diff --git a/conf/nginx.conf b/conf/nginx.conf index e5a99fc..2614b01 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location / { index index.php; - try_files $uri $uri/ __PATH__/index.php?$query_string; + try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string; location ~ \.php$ { if (!-e $request_filename) {