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;