]> git.kaiwu.me - nginx.git/commitdiff
delete default "tcp_nodelay on"
authorIgor Sysoev <igor@sysoev.ru>
Thu, 18 Jan 2007 07:08:18 +0000 (07:08 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 18 Jan 2007 07:08:18 +0000 (07:08 +0000)
conf/nginx.conf

index edd1bf357a7e48301d4eb599252c50fd0cde04c0..1edd0a63caaf343c5a03caed2a5bb5f2e2449946 100644 (file)
@@ -29,7 +29,6 @@ http {
 
     #keepalive_timeout  0;
     keepalive_timeout  65;
-    tcp_nodelay        on;
 
     #gzip  on;