]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_staticfile.conf
- split from main big config file
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
1 server.modules += (
2         "mod_staticfile"
3 )
4
5 ##
6 # which extensions should not be handle via static-file transfer
7 #
8 # .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
9 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
10
This page took 0.069166 seconds and 4 git commands to generate.