diff --git a/conf/nginx.conf b/conf/nginx.conf index ecb5289..af28607 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,6 +5,8 @@ location __PATH__/ { proxy_set_header Host $host; proxy_pass_header Server; + client_max_body_size 50M; + # be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf proxy_buffering off; more_set_headers "X-Frame-Options : ALLOWALL";