From: Steven Barth Date: Wed, 27 May 2009 19:13:10 +0000 (+0000) Subject: disable keep-alive for now X-Git-Tag: 0.9.0~302 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=af3748a9e52a3139d3ee22cd291cd66852ed2d8b disable keep-alive for now --- 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