diff --git a/.docker/nginx.conf b/.docker/nginx.conf index 4817d5b9..0545123f 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -123,7 +123,7 @@ server { location ~ ^/index\.php(/|$) { send_timeout 1800; fastcgi_read_timeout 1800; - # regex to split $uri to $fastcgi_script_name and $fastcgi_path + # regex to split $uri to $fastcgi_script_name and $fastcgi_path_info fastcgi_split_path_info ^(.+\.php)(/.+)$; # Check that the PHP script exists before passing it #try_files $fastcgi_script_name =404;