diff --git a/conf/nginx.conf b/conf/nginx.conf index cf95857..5b40f56 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,7 +8,7 @@ location __PATH__/ { client_max_body_size 512M; - try_files $uri $uri/ /index.php; + try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;