Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / packages / mini-httpd / files / mini-httpd.conf
1 # Example config for mini_httpd.
2 # Author: Marvin Stark <marv@der-marv.de>
3
4 # Uncomment this line for turning on ssl support.
5 #ssl
6
7 # On which host mini_httpd should bind?
8 host=0.0.0.0
9
10 # On which port mini_httpd should listen?
11 port=80
12
13 # Which user mini_httpd should use?
14 user=nobody
15
16 # Run in chroot mode?
17 #chroot # yes
18 nochroot # no
19
20 # Working directory of mini_httpd.
21 #dir=<work_dir>
22
23 # We are the web files stored?
24 data_dir=/etc/mini-httpd
25
26 # Which certificate to use?
27 #certfile=<certfile>
28
29 # Which logfile to use?
30 logfile=/var/log/mini-httpd.log
31
32 # Which pidfile to use?
33 pidfile=/var/run/mini-httpd.pid
34
35 # Which charset to use?
36 charset=iso-8859-1
37