From e091adaa646c8eaf92aa260862ba6c1298b34e37 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 2 Jul 2021 18:21:57 +0200 Subject: [PATCH] bundles/nginx: increase buffer sizes --- bundles/nginx/files/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/nginx/files/nginx.conf b/bundles/nginx/files/nginx.conf index 2c6ea71..3f4a9a9 100644 --- a/bundles/nginx/files/nginx.conf +++ b/bundles/nginx/files/nginx.conf @@ -25,10 +25,10 @@ http { access_log off; error_log off; - client_body_buffer_size 10K; - client_header_buffer_size 1k; + client_body_buffer_size 16K; + client_header_buffer_size 4k; client_max_body_size 1M; - large_client_header_buffers 2 1k; + large_client_header_buffers 4 8k; map $http_upgrade $connection_upgrade { default upgrade;