From f7deae100d6d36c1e8d6fef17316ca03aaf7214c Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 26 May 2009 17:44:02 +0000 Subject: LuCId --- libs/lucid/root/etc/config/lucid | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) (limited to 'libs/lucid/root/etc') diff --git a/libs/lucid/root/etc/config/lucid b/libs/lucid/root/etc/config/lucid index dda68d901..bfbb4ca1d 100644 --- a/libs/lucid/root/etc/config/lucid +++ b/libs/lucid/root/etc/config/lucid @@ -2,7 +2,7 @@ config lucid main option pollinterval 15000 option threadlimit 25 option daemon 1 - option debug 1 + option debug 0 list supports tcpserver list supports server @@ -11,51 +11,30 @@ config DirectoryPublisher webroot option physical /www option virtual / option domain '' - list read ':lo' - list read ':br-lan' - list read 'root' config LuciWebPublisher luciweb option name 'LuCI Webapplication' option physical '' list virtual /luci + list virtual /cgi-bin/luci option domain '' - list exec ':lo' - list exec ':br-lan' - list exec 'root' - -config RPCPublisher mainrpc - option namespace 'luci.lucid.rpc' - list export system - list exec ':lo' - list exec 'root' config tcpserver httpd option entrypoint "luci.lucid.http" list supports DirectoryPublisher list supports LuciWebPublisher - -config tcpserver rpcd - option entrypoint "luci.lucid.rpc" - list supports RPCPublisher config daemon http option slave httpd - list address 8080 + list address 80 list publisher webroot list publisher luciweb option enabled 1 config daemon https option slave httpd - list address 4443 + list address 443 list publisher webroot list publisher luciweb option enabled 1 option encryption enable - -config daemon rpc - option slave rpcd - list address 12900 - list publisher mainrpc - option enabled 1 \ No newline at end of file -- cgit v1.2.3