diff --git a/openresty/1.21.4.1/conf/nginx.conf b/openresty/1.21.4.1/conf/nginx.conf index 0a130ac93..67bb20cc3 100644 --- a/openresty/1.21.4.1/conf/nginx.conf +++ b/openresty/1.21.4.1/conf/nginx.conf @@ -23,6 +23,7 @@ http { client_header_buffer_size 32k; client_max_body_size 50m; keepalive_timeout 60; + keepalive_requests 100000; gzip on; gzip_min_length 1k;