Dropped support for PHP 7.1

This commit is contained in:
Alejandro Celaya
2019-04-09 22:40:15 +02:00
parent 20c3bde036
commit c2c659b0fe
4 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ server {
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_index index.php;
include fastcgi.conf;
}