From 352f506aff325ea11f0b9342c19af68868aa27cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 26 Jun 2007 19:39:26 +0000 Subject: [PATCH] - add etag options Changed files: lighttpd-mod_staticfile.conf -> 1.5 --- lighttpd-mod_staticfile.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lighttpd-mod_staticfile.conf b/lighttpd-mod_staticfile.conf index 28b72dd..f9adb8e 100644 --- a/lighttpd-mod_staticfile.conf +++ b/lighttpd-mod_staticfile.conf @@ -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" -- 2.44.0