summaryrefslogtreecommitdiff
path: root/www-servers/webfs/files/webfs.service.conf
blob: 80daa14dc7ae3d8e2461fea43125497c3ea279d5 (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

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=""