Update nginx.conf
This commit is contained in:
parent
ffe065caa7
commit
56292fb497
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue