diff --git a/conf/nginx.conf b/conf/nginx.conf index dbcbd9a..cbc5ecc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,5 @@ root __FINALPATH__/; index index.php; - if (!-e $request_filename){ rewrite ^(.*)$ /index.php?dir=$1; } location __PATH__/ { try_files $uri $uri/ /index.php?$args;