diff --git a/conf/nginx.conf b/conf/nginx.conf index 584896c..be3dd67 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -7,7 +7,7 @@ location __PATH__/ { index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file - #client_max_body_size 50M; + client_max_body_size 128M; try_files $uri $uri/ __PATH__/index.php?$args index.php;