diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index a944f411..00000000 --- a/nginx.conf +++ /dev/null @@ -1,8 +0,0 @@ -location / { - index index.php; - try_files $uri $uri/ /index.php?$query_string; -} - -location ~ /\.ht { - deny all; -}