Move memory limit to lucid, reincrease thread limit
[project/luci.git] / libs / lucid / root / etc / config / lucid
index bfbb4ca..c5a3f3d 100644 (file)
@@ -1,7 +1,7 @@
 config lucid main
        option pollinterval 15000
-       option threadlimit 25
-       option daemon 1
+       option threadlimit 10
+       option daemonize 1
        option debug 0
        list supports tcpserver
        list supports server
@@ -9,7 +9,7 @@ config lucid main
 config DirectoryPublisher webroot
        option name 'Webserver Share'
        option physical /www
-       option virtual /
+       option virtual ''
        option domain ''
        
 config LuciWebPublisher luciweb
@@ -29,6 +29,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 +38,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