From 01c819678d7b7a61e19f1ee8bbe847bd9d212f3b Mon Sep 17 00:00:00 2001 From: Hans Kallekleiv <16436291+HansKallekleiv@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:37:37 +0200 Subject: [PATCH] nginx too large --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 0d9a0aea7..f55de5ebe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -35,7 +35,7 @@ http { listen 8080 default_server; client_max_body_size 1m; - + large_client_header_buffers 4 16k; brotli on; brotli_comp_level 4; brotli_types text/css text/javascript text/plain application/javascript application/json image/svg+xml;