disable keep-alive for now

This commit is contained in:
Steven Barth 2009-05-27 19:13:10 +00:00
parent 693366bdd8
commit af3748a9e5

View file

@ -29,6 +29,7 @@ config daemon http
list address 80
list publisher webroot
list publisher luciweb
option nokeepalive 1
option enabled 1
config daemon https
@ -36,5 +37,6 @@ config daemon https
list address 443
list publisher webroot
list publisher luciweb
option nokeepalive 1
option enabled 1
option encryption enable