1
0
Fork 0
mirror of synced 2024-06-24 00:50:24 +12:00

Upping size to 50GB in development to allow testing basically anything without needing to mess with the local proxy.

This commit is contained in:
mike12345567 2023-12-06 12:49:49 +00:00
parent 5c5369e537
commit d71be658a5

View file

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