From fdcb6f60f43112d7b27150a2eb5fdb38d98e2ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 4 Feb 2009 10:27:42 +0000 Subject: Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2384 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/lighttpd.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lighttpd.conf') diff --git a/tests/lighttpd.conf b/tests/lighttpd.conf index 492d9c0b..b4a90c4e 100644 --- a/tests/lighttpd.conf +++ b/tests/lighttpd.conf @@ -217,4 +217,5 @@ $HTTP["cookie"] =~ "empty-ref" { $HTTP["host"] == "etag.example.org" { static-file.etags = "disable" + compress.filetype = () } -- cgit v1.2.1