fix upload limit

This commit is contained in:
mulonemartin 2015-05-19 11:28:43 -03:00
parent 60ef7a79de
commit 7131b16543

View file

@ -137,6 +137,8 @@ server {
include {{ printf "/etc/nginx/vhost.d/%s" $host }}; include {{ printf "/etc/nginx/vhost.d/%s" $host }};
{{ end }} {{ end }}
client_max_body_size 10M;
location / { location / {
proxy_pass {{ $proto }}://{{ $host }}; proxy_pass {{ $proto }}://{{ $host }};
proxy_redirect {{ $proto }}://{{ $host }}/ /; proxy_redirect {{ $proto }}://{{ $host }}/ /;