disable keep-alive for now
authorSteven Barth <steven@midlink.org>
Wed, 27 May 2009 19:13:10 +0000 (19:13 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 27 May 2009 19:13:10 +0000 (19:13 +0000)
libs/lucid/root/etc/config/lucid

index af157c3..0b0f5a4 100644 (file)
@@ -29,6 +29,7 @@ config daemon http
        list address 80
        list publisher webroot
        list publisher luciweb
        list address 80
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
        option enabled 1
        
 config daemon https
        option enabled 1
        
 config daemon https
@@ -36,5 +37,6 @@ config daemon https
        list address 443
        list publisher webroot
        list publisher luciweb
        list address 443
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
        option enabled 1
        option encryption enable
        option enabled 1
        option encryption enable