Upping size to 50GB in development to allow testing basically anything without needing to mess with the local proxy.
This commit is contained in:
parent
5c5369e537
commit
d71be658a5
|
@ -42,7 +42,7 @@ http {
|
|||
server {
|
||||
listen 10000 default_server;
|
||||
server_name _;
|
||||
client_max_body_size 2000m;
|
||||
client_max_body_size 50000m;
|
||||
ignore_invalid_headers off;
|
||||
proxy_buffering off;
|
||||
|
||||
|
|
Loading…
Reference in New Issue