]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_staticfile.conf
- unified header
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
index c3fe4c4f5614a3459d1b4842dc8c6b9c91c5a712..063aeedd878a25f5995325f845eb44c390f90927 100644 (file)
@@ -1,10 +1,11 @@
+# staticfile module.
+#
+
 server.modules += (
        "mod_staticfile"
 )
 
-##
 # which extensions should not be handle via static-file transfer
 #
 # .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
 static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
-
This page took 0.034964 seconds and 4 git commands to generate.