Updated more references to now unsupported PHP versions

This commit is contained in:
Alejandro Celaya
2019-12-17 11:50:18 +01:00
parent 2bd9bb233c
commit 9e48dc4137
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ server {
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
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.conf;
}