etc edits

This commit is contained in:
d3m1g0d
2019-06-15 14:09:14 +02:00
parent 209f557a9b
commit 548ae2be2c
28 changed files with 394 additions and 1 deletions
@@ -0,0 +1,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" )