]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_access.conf
- default to local socket
[packages/lighttpd.git] / lighttpd-mod_access.conf
CommitLineData
7d3968ad
ER
1server.modules += (
2 "mod_access"
3)
693950e2
ER
4
5## deny access the file-extensions
6#
7# ~ is for backupfiles from vi, emacs, joe, ...
8# .inc is often used for code includes which should in general not be part
9# of the document-root
10url.access-deny = ( "~", ".inc" )
11
This page took 0.063058 seconds and 4 git commands to generate.