From 7b8a505d175d438bc3e5bef224102dc2f2c25081 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 24 Sep 2022 11:53:02 -0400 Subject: [PATCH] reduce keepalive requests --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 295f800..dbf6e7c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -19,6 +19,7 @@ http { sendfile on; sendfile_max_chunk 512k; tcp_nopush on; + keepalive_requests 256; keepalive_timeout 3m; server_tokens off; msie_padding off;