openwrt: disable https in lucid & make webroot default location

This commit is contained in:
Bart Van Der Meerssche 2010-09-28 13:42:32 +02:00
parent 7463453a70
commit 9a0240b5ca
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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