File lighttpd.sysconfig of Package lighttpd-snapshot
x
1
## Path: Network/WWW/lighttpd
2
## Description: start parameters for lighttpd.
3
## Type: string
4
## Default: "-f /etc/lighttpd/lighttpd.conf"
5
## Config: lighttpd
6
#
7
# start parameters for lighttpd.
8
#
9
# see man 1 lighttpd for more
10
#
11
LIGHTTPD_PARAMS="-f /etc/lighttpd/lighttpd.conf"
12
13
## Path: Network/WWW/lighttpd
14
## Description: umask to use with lighttpd
15
## Type: string
16
## Default: "077"
17
## Config: lighttpd
18
#
19
# Since version 1.4.12 lighttpd's mod_webdav honors the umask
20
# from the starting environment. To keep the old default, we set
21
# the umask to 077.
22
#
23
LIGHTTPD_UMASK="077"
24