]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_userdir.conf
up to 1.4.38
[packages/lighttpd.git] / lighttpd-mod_userdir.conf
CommitLineData
a242e9d0
ER
1# The userdir module provides a simple way to link user-based directories into
2# the global namespace of the webserver.
3#
bce8a1c7 4# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUserDir
a242e9d0 5
7d3968ad
ER
6server.modules += (
7 "mod_userdir"
8)
693950e2 9
a242e9d0
ER
10## the subdirectory of a user's home dir which should be accessible
11## under http://$host/~$user
12userdir.path = "public_html"
13
14## The users whose home directories should not be accessible
15userdir.exclude-user = ( "root", "postmaster" )
4f7c40eb
ER
16
17## enable userdir module
18userdir.active = "enable"
This page took 0.031445 seconds and 4 git commands to generate.