From 193bf20a3e17b41ccc267144e2e015d3c08c7a0d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 24 Jan 2025 16:01:40 +0800 Subject: [PATCH] Update nginx.conf --- plugins/openresty/conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/openresty/conf/nginx.conf b/plugins/openresty/conf/nginx.conf index 96df5af11..d03ddbdd2 100644 --- a/plugins/openresty/conf/nginx.conf +++ b/plugins/openresty/conf/nginx.conf @@ -34,10 +34,11 @@ http sendfile on; tcp_nopush on; + tcp_nodelay on; keepalive_timeout 60; - tcp_nodelay on; + fastcgi_connect_timeout 300; fastcgi_send_timeout 300;