Allowing development (only dev) of big app export/imports.
This commit is contained in:
parent
be6cb0825c
commit
2f6bcdd620
|
@ -42,7 +42,7 @@ http {
|
|||
server {
|
||||
listen 10000 default_server;
|
||||
server_name _;
|
||||
client_max_body_size 1000m;
|
||||
client_max_body_size 2000m;
|
||||
ignore_invalid_headers off;
|
||||
proxy_buffering off;
|
||||
|
||||
|
|
Loading…
Reference in New Issue