allow larger POST requests in nginx config
This commit is contained in:
parent
52cbd6a96f
commit
d7f000873f
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ server {
|
||||||
proxy_pass http://127.0.0.1:2620;
|
proxy_pass http://127.0.0.1:2620;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
client_max_body_size 32m;
|
||||||
location /api/upload {
|
|
||||||
client_max_body_size 32m;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 404 /404.html;
|
error_page 404 /404.html;
|
||||||
|
|
Loading…
Reference in a new issue