From cfee9ccf3e34a7caf5cc9e46b06c6c3ae636f105 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 1 Mar 2022 12:31:22 +0100 Subject: [PATCH] Fix varaible name in explaining comment --- .docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;