From a037bf24836476473572e35700e4c051697a82af Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Mar 2021 17:32:28 +0100 Subject: [PATCH] it's one of those days, I guess --- blog/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/.htaccess b/blog/.htaccess index 422e97b..f3f1587 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,2 +1,2 @@ Header append Cache-Control must-revalidate -Header edit Cache-Control ^max-age max-age=0 \ No newline at end of file +Header edit Cache-Control ^max-age=\S* max-age=0 \ No newline at end of file