Sample config using correct tcp_nopush configuration

parent 3731fbf6
......@@ -17,7 +17,7 @@ http {
access_log logs/nginx-http_access.log;
error_log logs/nginx-http_error.log debug;
tcp_nopush on;
tcp_nopush off;
tcp_nodelay on;
keepalive_timeout 10;
send_timeout 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment