]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_staticfile.conf
- add etag options
[packages/lighttpd.git] / lighttpd-mod_staticfile.conf
index 28b72dd0842a412f43d93447e5b0fa5e49228e43..f9adb8e7fc2ce08f8b30e2bc2c5f5ddea439f5d0 100644 (file)
@@ -9,3 +9,8 @@ server.modules += (
 #
 # .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
 static-file.exclude-extensions = ( ".pl", ".fcgi" )
+
+# see http://trac.lighttpd.net/trac/ticket/1216
+etag.use-inode = "enable"
+etag.use-mtime = "enable"
+etag.use-size = "enable"
This page took 0.045066 seconds and 4 git commands to generate.