Add native support for homepages
[project/luci.git] / libs / lucid / root / etc / config / lucid
index af157c300d78c20f556b584f11988007753846bd..07c32c16c843790639a6f9401d800efb5a308e81 100644 (file)
@@ -1,6 +1,6 @@
 config lucid main
        option pollinterval 15000
-       option threadlimit 25
+       option threadlimit 10
        option daemonize 1
        option debug 0
        list supports tcpserver
@@ -15,6 +15,7 @@ config DirectoryPublisher webroot
 config LuciWebPublisher luciweb
        option name 'LuCI Webapplication'
        option physical ''
+       option home 1
        list virtual /luci
        list virtual /cgi-bin/luci
        option domain ''
@@ -29,6 +30,8 @@ config daemon http
        list address 80
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
+       option memlimit 1572864
        option enabled 1
        
 config daemon https
@@ -36,5 +39,14 @@ config daemon https
        list address 443
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
+       option memlimit 1572864
        option enabled 1
+       option tls maincert
        option encryption enable
+
+config tls maincert
+       option key /etc/nixio/rsa_main.der
+       option cert /etc/nixio/cert_main.der
+       option type asn1
+       option generate 1