Add native support for homepages
[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 option home 1
19 list virtual /luci
20 list virtual /cgi-bin/luci
21 option domain ''
22
23 config tcpserver httpd
24 option entrypoint "luci.lucid.http"
25 list supports DirectoryPublisher
26 list supports LuciWebPublisher
27
28 config daemon http
29 option slave httpd
30 list address 80
31 list publisher webroot
32 list publisher luciweb
33 option nokeepalive 1
34 option memlimit 1572864
35 option enabled 1
36
37 config daemon https
38 option slave httpd
39 list address 443
40 list publisher webroot
41 list publisher luciweb
42 option nokeepalive 1
43 option memlimit 1572864
44 option enabled 1
45 option tls maincert
46 option encryption enable
47
48 config tls maincert
49 option key /etc/nixio/rsa_main.der
50 option cert /etc/nixio/cert_main.der
51 option type asn1
52 option generate 1