Fixed php socket in piler-nginx.conf

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2022-12-16 15:25:59 +01:00
parent 93fbf69441
commit b85f7d47c9

View File

@ -34,7 +34,7 @@ server {
return 404;
}
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
}