c5a3f3d8eee4111491d891b1a5cdac66aff0bbe1
[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 memlimit 1572864
34         option enabled 1
35         
36 config daemon https
37         option slave httpd
38         list address 443
39         list publisher webroot
40         list publisher luciweb
41         option nokeepalive 1
42         option memlimit 1572864
43         option enabled 1
44         option tls maincert
45         option encryption enable
46
47 config tls maincert
48         option key /etc/nixio/rsa_main.der
49         option cert /etc/nixio/cert_main.der
50         option type asn1
51         option generate 1