Fix grav socket path

This commit is contained in:
exu 2024-05-24 14:56:36 +02:00
parent 54d690db37
commit c7ad7da6f8

View File

@ -116,7 +116,7 @@ server {
## Begin - PHP
location ~ \.php$ {
# Choose either a socket or TCP/IP address
fastcgi_pass unix:/var/run/php/php7.4-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;