Update nginx.conf

pull/700/head
Mr Chen 4 months ago
parent 46a525ae09
commit 193bf20a3e
  1. 3
      plugins/openresty/conf/nginx.conf

@ -34,10 +34,11 @@ http
sendfile on; sendfile on;
tcp_nopush on; tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 60; keepalive_timeout 60;
tcp_nodelay on;
fastcgi_connect_timeout 300; fastcgi_connect_timeout 300;
fastcgi_send_timeout 300; fastcgi_send_timeout 300;

Loading…
Cancel
Save