diff --git a/default.conf b/default.conf index 607eeae..8217b7a 100644 --- a/default.conf +++ b/default.conf @@ -13,10 +13,6 @@ server { rewrite ^(.*)$ /index.php?s=$1 last; break; } } - - location / { - try_files $uri $uri/ =404; - } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000;