summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-09-24 11:48:15 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-09-24 11:50:35 -0400
commit511be885bf9cd421f606a8d07c130932b7a551d5 (patch)
tree172e1405faeeb4d93682b4cc12d1e71811cd1a52
parente57765c650cefa741888326ada2744599b1b4722 (diff)
reduce keepalive requests
-rw-r--r--nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 9a61bfc0..4a78f8a9 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;