libs/lucid: Kamikaze 8.09.1/brcm-2.4 still has the uclibc deamon() bug, work around...
[project/luci.git] / libs / lucid / root / etc / config / lucid
index af157c3..ae6b4a0 100644 (file)
@@ -1,7 +1,7 @@
 config lucid main
        option pollinterval 15000
        option threadlimit 25
-       option daemonize 1
+       option daemonize 0
        option debug 0
        list supports tcpserver
        list supports server
@@ -29,6 +29,7 @@ config daemon http
        list address 80
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
        option enabled 1
        
 config daemon https
@@ -36,5 +37,13 @@ config daemon https
        list address 443
        list publisher webroot
        list publisher luciweb
+       option nokeepalive 1
        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