From 93a8dfe6cdd52ae29e8d0f83a524d40460da5294 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Mar 2021 17:30:15 +0100 Subject: [PATCH] fix max age being set incorrectly --- blog/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/.htaccess b/blog/.htaccess index 99d5562..422e97b 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,2 +1,2 @@ -Header merge Cache-Control must-revalidate -Header merge Cache-Control max-age=0 \ No newline at end of file +Header append Cache-Control must-revalidate +Header edit Cache-Control ^max-age max-age=0 \ No newline at end of file