Module: tools Branch: master Commit: 08e0ef8907c9925bf9480ae1450adfd74507df42 URL: http://source.winehq.org/git/tools.git/?a=commit;h=08e0ef8907c9925bf9480ae14...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Aug 18 16:26:02 2013 +0200
winetest: Prevent caching winehq snapshot.
---
winetest/tests/winehq_snapshot/.htaccess | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/winetest/tests/winehq_snapshot/.htaccess b/winetest/tests/winehq_snapshot/.htaccess new file mode 100644 index 0000000..44894fd --- /dev/null +++ b/winetest/tests/winehq_snapshot/.htaccess @@ -0,0 +1,9 @@ +<FilesMatch ".(html|htm|js|css)$"> +FileETag None +<ifModule mod_headers.c> +Header unset ETag +Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" +Header set Pragma "no-cache" +Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT" +</ifModule> +</FilesMatch>