From 3b4c47b51bf3c3d25c4d445e34949310ec939871 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 9 Feb 2023 18:42:06 -0500 Subject: [PATCH] reduce client body / header timeouts to 15s --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 4fdca59b..3fd9d4e8 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -30,8 +30,8 @@ http { large_client_header_buffers 2 1k; http2_chunk_size 4k; - client_body_timeout 30s; - client_header_timeout 30s; + client_body_timeout 15s; + client_header_timeout 15s; send_timeout 30s; resolver [::1];