1
0
Fork 0
mirror of synced 2024-06-28 11:00:55 +12:00

Allowing development (only dev) of big app export/imports.

This commit is contained in:
mike12345567 2023-12-06 10:59:03 +00:00
parent be6cb0825c
commit 2f6bcdd620

View file

@ -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;