summaryrefslogtreecommitdiff
path: root/debian/conf-available/10-userdir.conf
blob: 3507eafaec6ab6c2184bdad58e512cff068ab733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## The userdir module provides a simple way to link user-based directories into
## the global namespace of the webserver.
##
# /usr/share/doc/lighttpd/userdir.txt

server.modules      += ( "mod_userdir" )

## the subdirectory of a user's home dir which should be accessible
## under http://$host/~$user
userdir.path         = "public_html"

## The users whose home directories should not be accessible
userdir.exclude-user = ( "root", "postmaster" )