From 4c32a722486032a25dd88283ff1d60d00d42f738 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 14 Jun 2023 11:45:41 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- nginx/templates/fastcgi_php.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx/templates/fastcgi_php.tmpl b/nginx/templates/fastcgi_php.tmpl index d5033c5..65dfc74 100644 --- a/nginx/templates/fastcgi_php.tmpl +++ b/nginx/templates/fastcgi_php.tmpl @@ -10,7 +10,8 @@ include fastcgi_params; fastcgi_index index.php; # Handle PHP files with upstream handler -fastcgi_pass php_workers; +# fastcgi_pass php_workers; +fastcgi_pass unix:/run/php/php-fpm.sock; # Fix the HTTPROXY issue. # Reference: https://httpoxy.org/ -- 2.39.5