diff options
author | Steven Barth <steven@midlink.org> | 2009-05-27 19:13:10 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-05-27 19:13:10 +0000 |
commit | af3748a9e52a3139d3ee22cd291cd66852ed2d8b (patch) | |
tree | 0be78736d07b6f0987702e9bdbc26ae732dba15f /libs | |
parent | 693366bdd8cca7227976b3d3889bb0cf4dcfe9db (diff) |
disable keep-alive for now
Diffstat (limited to 'libs')
-rw-r--r-- | libs/lucid/root/etc/config/lucid | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/lucid/root/etc/config/lucid b/libs/lucid/root/etc/config/lucid index af157c300..0b0f5a4f6 100644 --- a/libs/lucid/root/etc/config/lucid +++ b/libs/lucid/root/etc/config/lucid @@ -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 |