# Access module. # # Documentation: http://www.lighttpd.net/documentation/access.html server.modules += ( "mod_access" ) ## deny access the file-extensions # # ~ is for backupfiles from vi, emacs, joe, ... # .inc is often used for code includes which should in general not be part # of the document-root url.access-deny = ( "~", ".inc" )