From dc4443abe655ab034f64c9f3f53a411941b66f54 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 10 Apr 2024 18:15:06 -0400 Subject: [PATCH] nginx: reset timed out HTTP(S) connections --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1ee4560..183b6a2 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -36,6 +36,7 @@ http { large_client_header_buffers 2 1k; http2_chunk_size 4k; + reset_timedout_connection on; client_body_timeout 15s; client_header_timeout 15s; send_timeout 30s;