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 physical host/www
option virtual '' option virtual ''
option domain '' option domain ''
option home 1
config LuciWebPublisher luciweb config LuciWebPublisher luciweb
option name 'LuCI Webapplication' option name 'LuCI Webapplication'
option physical '' option physical ''
list virtual /luci list virtual /luci
option domain '' option domain ''
option home 1
config RPCPublisher mainrpc config RPCPublisher mainrpc
option namespace 'luci.lucid.rpc' option namespace 'luci.lucid.rpc'
@ -46,7 +46,7 @@ config daemon https
list address 4443 list address 4443
list publisher webroot list publisher webroot
list publisher luciweb list publisher luciweb
option enabled 1 option enabled 0
option encryption enable option encryption enable
config daemon rpc config daemon rpc

View File

@ -11,11 +11,11 @@ config DirectoryPublisher webroot
option physical /www option physical /www
option virtual '' option virtual ''
option domain '' option domain ''
option home 1
config LuciWebPublisher luciweb config LuciWebPublisher luciweb
option name 'LuCI Webapplication' option name 'LuCI Webapplication'
option physical '' option physical ''
option home 1
list virtual /luci list virtual /luci
list virtual /cgi-bin/luci list virtual /cgi-bin/luci
option domain '' option domain ''
@ -41,7 +41,7 @@ config daemon https
list publisher luciweb list publisher luciweb
option nokeepalive 1 option nokeepalive 1
option memlimit 1572864 option memlimit 1572864
option enabled 1 option enabled 0
option tls maincert option tls maincert
option encryption enable option encryption enable