]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_staticfile.conf
- future check for bad branch.diff
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
index 28b72dd0842a412f43d93447e5b0fa5e49228e43..1e020a07803001f739b70a12a678aa4512a59830 100644 (file)
@@ -1,11 +1,12 @@
 # staticfile module.
 #
 
-server.modules += (
-       "mod_staticfile"
-)
+# NOTE: this module is automatically loaded
 
-# which extensions should not be handle via static-file transfer
-#
-# .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
-static-file.exclude-extensions = ( ".pl", ".fcgi" )
+# see http://redmine.lighttpd.net/issues/1209
+#etag.use-inode = "enable"
+#etag.use-mtime = "enable"
+#etag.use-size = "enable"
+
+# ETag header generation (default: enabled)
+#static-file.etags = "enable"
This page took 0.024443 seconds and 4 git commands to generate.