diff --git a/conf/nginx.conf b/conf/nginx.conf index a2b83ea..9aa7449 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location / { client_max_body_size 50M; - try_files $uri $uri/ index.php; + try_files $uri __PATH__/index.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;