Update php to version 7.2 in vagrant file (#978)

This commit is contained in:
Nils-Börge Margotti 2018-02-25 17:56:47 +01:00 committed by Dane Everitt
parent bdbed7706d
commit 85290ee3cd
3 changed files with 8 additions and 5 deletions

View file

@ -31,7 +31,7 @@ server {
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
# the fastcgi_pass path needs to be changed accordingly when using CentOS
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_params;
fastcgi_param PHP_VALUE "upload_max_filesize = 100M \n post_max_size=100M";