aboutsummaryrefslogtreecommitdiffstats
path: root/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf')
-rw-r--r--openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf b/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
index 45bd850..6d0327d 100644
--- a/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
+++ b/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf
@@ -50,7 +50,7 @@ http {
server_tokens off;
keepalive_timeout 120s;
- keepalive_requests 2000;
+ keepalive_requests 20000;
types_hash_max_size 2048;
#open_file_cache max=200000 inactive=300s;