From cabefb07f72b34b05d61f29ec86203d67f8e6844 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Mar 2021 17:06:03 +0100 Subject: [PATCH] fixed cache-control header being set twice in blog --- blog/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/.htaccess b/blog/.htaccess index 38aedb5..051717d 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,3 +1,4 @@ ExpiresActive On ExpiresDefault A1 +Header unset Cache-Control Header append Cache-Control must-revalidate \ No newline at end of file