From af3748a9e52a3139d3ee22cd291cd66852ed2d8b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 27 May 2009 19:13:10 +0000 Subject: [PATCH] disable keep-alive for now --- libs/lucid/root/etc/config/lucid | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.11.0