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