Fix typo,removing equals from client_max_body_size

This commit is contained in:
Thiago Trennepohl 2016-07-15 10:56:52 -03:00
parent 92ef6baab9
commit be5703e114

View file

@ -51,7 +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 = 40M;
client_max_body_size 30M;
{{ end }}