From 0a497ef350940398f2b83a2f578c269a2450e84b Mon Sep 17 00:00:00 2001 From: Eclipse Date: Fri, 29 Sep 2023 22:19:36 +0200 Subject: [PATCH] switched from passing selected fastcgi parameters to all of them --- conf/nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6d5007e..5f9c10a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,9 +9,7 @@ location __PATH__/ { try_files $uri index.html; location ~ \.php { - fastcgi_param QUERY_STRING $query_string; - fastcgi_param SCRIPT_NAME $script_name; -# include fastcgi_params; + include fastcgi_params; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock; }