# HG changeset patch # User Dirk Olmes # Date 1499853473 -7200 # Node ID 5691417eabd5791dbe42caf78becb425936cb26f # Parent 2444e4533089541766a16de5660c93befa1cbab9 expire any .atom.xml files after 3 hours diff -r 2444e4533089 -r 5691417eabd5 content/.htaccess --- a/content/.htaccess Wed Jul 12 04:14:55 2017 +0200 +++ b/content/.htaccess Wed Jul 12 11:57:53 2017 +0200 @@ -1,6 +1,10 @@ ExpiresActive On ExpiresDefault "now plus 1 day" + + ExpiresDefault "now plus 3 hours" + + AddOutputFilterByType DEFLATE text/html text/css Header set X-Pingback http://xanthippe.duckdns.org/pingback