From 9a0240b5ca90d843e02e404dc76d9503842f6af6 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Tue, 28 Sep 2010 13:42:32 +0200 Subject: [PATCH] openwrt: disable https in lucid & make webroot default location --- .../package/luci/libs/lucid/hostfiles/etc/config/lucid | 4 ++-- mote/v1/openwrt/package/luci/libs/lucid/root/etc/config/lucid | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mote/v1/openwrt/package/luci/libs/lucid/hostfiles/etc/config/lucid b/mote/v1/openwrt/package/luci/libs/lucid/hostfiles/etc/config/lucid index ab33e99..5ea25d7 100644 --- a/mote/v1/openwrt/package/luci/libs/lucid/hostfiles/etc/config/lucid +++ b/mote/v1/openwrt/package/luci/libs/lucid/hostfiles/etc/config/lucid @@ -10,13 +10,13 @@ config DirectoryPublisher webroot option physical host/www option virtual '' option domain '' + option home 1 config LuciWebPublisher luciweb option name 'LuCI Webapplication' option physical '' list virtual /luci option domain '' - option home 1 config RPCPublisher mainrpc option namespace 'luci.lucid.rpc' @@ -46,7 +46,7 @@ config daemon https list address 4443 list publisher webroot list publisher luciweb - option enabled 1 + option enabled 0 option encryption enable config daemon rpc diff --git a/mote/v1/openwrt/package/luci/libs/lucid/root/etc/config/lucid b/mote/v1/openwrt/package/luci/libs/lucid/root/etc/config/lucid index 07c32c1..bd4d6ad 100644 --- a/mote/v1/openwrt/package/luci/libs/lucid/root/etc/config/lucid +++ b/mote/v1/openwrt/package/luci/libs/lucid/root/etc/config/lucid @@ -11,11 +11,11 @@ config DirectoryPublisher webroot option physical /www option virtual '' option domain '' + option home 1 config LuciWebPublisher luciweb option name 'LuCI Webapplication' option physical '' - option home 1 list virtual /luci list virtual /cgi-bin/luci option domain '' @@ -41,7 +41,7 @@ config daemon https list publisher luciweb option nokeepalive 1 option memlimit 1572864 - option enabled 1 + option enabled 0 option tls maincert option encryption enable