diff --git a/conf/nginx.conf b/conf/nginx.conf index 305e968..36dc054 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,7 +8,7 @@ location __PATH__/ { client_max_body_size 1G; - try_files $uri $uri/ __PATH__/index.php; + try_files $uri $uri/ /index.php?$query_string; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;