diff --git a/conf/nginx.conf b/conf/nginx.conf index 36617de..4aca76b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location __PATH__/ { proxy_set_header Host $host; proxy_buffering off; fastcgi_param REMOTE_USER $remote_user; - client_max_body_size 50M; + client_max_body_size 200M; # Force https if ($scheme = http) {