Update php-fpm socket file to use generic socket file instead of pinning to version (#3669)

This commit is contained in:
Daniel Mason
2023-01-03 12:19:05 +13:00
committed by GitHub
parent 8c261a05cc
commit 884faa91bb

View File

@@ -30,7 +30,7 @@ server {
## Begin - PHP
location ~ \.php$ {
# Choose either a socket or TCP/IP address
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_pass unix:/var/run/php/php-fpm.sock;
# fastcgi_pass unix:/var/run/php5-fpm.sock; #legacy
# fastcgi_pass 127.0.0.1:9000;