From 5941197bc0f8974ebf0bf39179f017befa47182f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Mar 2021 17:15:32 +0100 Subject: [PATCH] set the correct cache control max age --- blog/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/.htaccess b/blog/.htaccess index 051717d..57ef4e1 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,4 +1,4 @@ ExpiresActive On -ExpiresDefault A1 +ExpiresDefault A0 Header unset Cache-Control -Header append Cache-Control must-revalidate \ No newline at end of file +Header append Cache-Control max-age=0 must-revalidate \ No newline at end of file