openwrt: disable https in lucid & make webroot default location
This commit is contained in:
parent
7463453a70
commit
9a0240b5ca
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue