From: Frank Brehm Date: Wed, 14 Jun 2023 09:45:41 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4c32a722486032a25dd88283ff1d60d00d42f738;p=config%2Fhelga-hetzner%2Fetc.git saving uncommitted changes in /etc prior to apt run --- 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/