diff --git a/etc/nginx/ws.conf b/etc/nginx/ws.conf index c863860..d6fc069 100644 --- a/etc/nginx/ws.conf +++ b/etc/nginx/ws.conf @@ -1,4 +1,5 @@ sendfile off; +# If tcp_nopush is set to on, Nginx will attempt to transmit the entire HTTP response headers in a single TCP packet. tcp_nopush off; # access_log off; set $target '';