From a76857a932bb2b470ba70aa30c9ce34994d34e85 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 29 Jun 2023 16:39:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20nginx=20=E5=A2=9E=E5=8A=A0=20keepalive?= =?UTF-8?q?=5Frequests=20=E9=80=89=E9=A1=B9=20(#169)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/openresty/1.21.4.1/conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openresty/1.21.4.1/conf/nginx.conf b/apps/openresty/1.21.4.1/conf/nginx.conf index 0a130ac9..67bb20cc 100644 --- a/apps/openresty/1.21.4.1/conf/nginx.conf +++ b/apps/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;