allow larger POST requests in nginx config

This commit is contained in:
j 2010-12-01 01:41:17 +01:00
parent 52cbd6a96f
commit d7f000873f

View file

@ -31,9 +31,7 @@ server {
proxy_pass http://127.0.0.1:2620;
break;
}
}
location /api/upload {
client_max_body_size 32m;
client_max_body_size 32m;
}
error_page 404 /404.html;