Updated php-fpm socket path to match 7.4

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-01-03 18:17:25 +01:00
parent 1288c9fed3
commit 624cca58e6

View File

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