diff --git a/conf/php-fpm.conf b/conf/extra_php-fpm.conf similarity index 100% rename from conf/php-fpm.conf rename to conf/extra_php-fpm.conf diff --git a/conf/nginx.conf b/conf/nginx.conf index d29b7e1..ca51a82 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -14,6 +14,8 @@ location __PATH__/ { index index.php; + client_max_body_size 50M; + location ~ ^(.+\.php)(.*)$ { include fastcgi_params; fastcgi_split_path_info ^(.+\.php)(.*)$;