diff --git a/conf/nginx.conf b/conf/nginx.conf index c5560d9..9d3fc7f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -30,7 +30,7 @@ location __PATH__ { location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; - fastcgi_pass unix:/run/php/php7.0-fpm.sock; + fastcgi_pass unix:/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";