From 979c2477fdb8cbf53f4c1d0540fb114fdf2b0a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Wed, 28 Dec 2022 03:53:43 +0100 Subject: [PATCH] Update nginx.conf --- static/Focal/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/Focal/nginx.conf b/static/Focal/nginx.conf index 7d0f876..2663913 100644 --- a/static/Focal/nginx.conf +++ b/static/Focal/nginx.conf @@ -47,8 +47,8 @@ http { # ////////////////////////////////////////////////////// # # ==================== GENERAL ========================= # - client_body_buffer_size 1M; - client_header_buffer_size 1M; + client_body_buffer_size 2M; + client_header_buffer_size 2M; client_body_timeout 90s; client_header_timeout 90s; client_max_body_size 2M;