From 36e63fcbef3117169edcd27e05ffdab9dcca8dca Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 23 Apr 2021 20:49:08 -0400 Subject: [PATCH] raise keepalive_timeout to prior HTTP/2 value --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index aed7aed2..f84275b7 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -20,7 +20,7 @@ http { sendfile on; sendfile_max_chunk 512k; tcp_nopush on; - keepalive_timeout 65; + keepalive_timeout 3m; types_hash_max_size 4096; server_tokens off; msie_padding off;