summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-04-16 23:56:39 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-04-16 23:56:39 -0400
commitc812d96b5174a3a2cdd660ed059dfe26da5ac280 (patch)
tree5ec89d55cd6bfa51bedf06582e1ebaf254855553 /nginx
parent6aeda1a29e7383ab047001283169402045f82518 (diff)
set keepalive_requests to match nginx mainline
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
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;