Increse max upload size

This commit is contained in:
Thiago Trennepohl 2016-07-01 18:59:54 -03:00
parent a2ab8363ca
commit 5ce4f5fd5d

View file

@ -51,6 +51,7 @@ proxy_set_header Connection $proxy_connection;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;
client_max_body_size 10M;
{{ end }}
server {