libs/lucid: lower thread limit to 10 due to oom issues on different devices
[project/luci.git] / libs / lucid / root / etc / config / lucid
1 config lucid main
2 option pollinterval 15000
3 option threadlimit 10
4 option daemonize 1
5 option debug 0
6 list supports tcpserver
7 list supports server
8
9 config DirectoryPublisher webroot
10 option name 'Webserver Share'
11 option physical /www
12 option virtual ''
13 option domain ''
14
15 config LuciWebPublisher luciweb
16 option name 'LuCI Webapplication'
17 option physical ''
18 list virtual /luci
19 list virtual /cgi-bin/luci
20 option domain ''
21
22 config tcpserver httpd
23 option entrypoint "luci.lucid.http"
24 list supports DirectoryPublisher
25 list supports LuciWebPublisher
26
27 config daemon http
28 option slave httpd
29 list address 80
30 list publisher webroot
31 list publisher luciweb
32 option nokeepalive 1
33 option enabled 1
34
35 config daemon https
36 option slave httpd
37 list address 443
38 list publisher webroot
39 list publisher luciweb
40 option nokeepalive 1
41 option enabled 1
42 option tls maincert
43 option encryption enable
44
45 config tls maincert
46 option key /etc/nixio/rsa_main.der
47 option cert /etc/nixio/cert_main.der
48 option type asn1
49 option generate 1