]> Frank Brehm's Git Trees - config/helga-hetzner/etc.git/commitdiff
saving uncommitted changes in /etc prior to apt run
authorFrank Brehm <frank@brehm-online.com>
Wed, 14 Jun 2023 09:45:41 +0000 (11:45 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 14 Jun 2023 09:45:41 +0000 (11:45 +0200)
nginx/templates/fastcgi_php.tmpl

index d5033c5511d6418ee05763c41644e1bccc027676..65dfc74765702fded91e7a9f2c24efc0c627d9bd 100644 (file)
@@ -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/