summaryrefslogtreecommitdiff
blob: 5c4de3ad9b74348af22cf9cdd88ecce15fab348d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Configuration for webfsd init script

WEBFS_PORT=80
WEBFS_DOCROOT=/var/www/localhost/htdocs
WEBFS_INDEX=index.html
WEBFS_LOG=/var/log/webfsd.log

# set server name
#WEBFS_SERVNAME=

# uncomment to chroot to specified dir
#WEBFS_CHROOT="/var/www/localhost" 

# max allowed connections (defaults to 32)
#WEBFS_MAXCONN=50

# uncomment to enable directory listings
#WEBFS_DIR_LIST=true

# uncomment to enable SSL (you'll need to add -C <cert> -P <pass> to WEBFS_OPTS)
#WEBFS_SSL=true

# uncomment to enable ipv6
#WEBFS_IPV6=true

# Add any extra options here. See webfsd for more information.
#WEBFS_OPTS=""