From c812d96b5174a3a2cdd660ed059dfe26da5ac280 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 16 Apr 2021 23:56:39 -0400 Subject: [PATCH] set keepalive_requests to match nginx mainline --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ba1828ee..ed809704 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -17,6 +17,7 @@ http { sendfile on; tcp_nopush on; + keepalive_requests 1000; keepalive_timeout 65; types_hash_max_size 4096; server_tokens off;