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;