forked from 0x2620/pandora
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;
|
||||
break;
|
||||
}
|
||||
}
|
||||
location /api/upload {
|
||||
client_max_body_size 32m;
|
||||
client_max_body_size 32m;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
|
|
Loading…
Reference in a new issue