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