]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_staticfile.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
index 063aeedd878a25f5995325f845eb44c390f90927..c20d6612b5808a0ed987d25019b908d259af9b11 100644 (file)
@@ -1,11 +1,11 @@
 # staticfile module.
-#
 
-server.modules += (
-       "mod_staticfile"
-)
+# NOTE: this module is automatically loaded
 
-# 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" )
+# 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.070197 seconds and 4 git commands to generate.