From eae6b184e42a055f2a7648576f23496c5b2cb1fb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Mar 2021 17:40:46 +0100 Subject: [PATCH] ensure cache-control is edited correctly --- blog/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/.htaccess b/blog/.htaccess index f3f1587..c5f5e65 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,2 +1,2 @@ Header append Cache-Control must-revalidate -Header edit Cache-Control ^max-age=\S* max-age=0 \ No newline at end of file +Header edit Cache-Control ^max-age=\w* max-age=0 \ No newline at end of file