Increase client_max_body_size internal nginx
This commit is contained in:
parent
03e5fd06f8
commit
f5319cc467
|
|
@ -109,7 +109,7 @@ server {
|
|||
location /api/ {
|
||||
proxy_pass http://$backend_server;
|
||||
|
||||
client_max_body_size 200M;
|
||||
client_max_body_size 900M;
|
||||
proxy_request_buffering off;
|
||||
proxy_read_timeout 300s;
|
||||
proxy_connect_timeout 300s;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user