From d71be658a5f12f47f316696f2ff3cae226d30997 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Wed, 6 Dec 2023 12:49:49 +0000 Subject: [PATCH] Upping size to 50GB in development to allow testing basically anything without needing to mess with the local proxy. --- hosting/nginx.dev.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/nginx.dev.conf b/hosting/nginx.dev.conf index 2d3e73ae64..f0a58a9a98 100644 --- a/hosting/nginx.dev.conf +++ b/hosting/nginx.dev.conf @@ -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;