]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_access.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_access.conf
1 server.modules += (
2         "mod_access"
3 )
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
10 url.access-deny = ( "~", ".inc" )
11
This page took 0.072981 seconds and 4 git commands to generate.