From ec318ad8d8fc8942eb5250c39084c4496db3603a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Mar 2021 17:17:23 +0100 Subject: [PATCH] use merge in htaccess --- blog/.htaccess | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blog/.htaccess b/blog/.htaccess index 57ef4e1..0c52121 100644 --- a/blog/.htaccess +++ b/blog/.htaccess @@ -1,4 +1,3 @@ ExpiresActive On -ExpiresDefault A0 -Header unset Cache-Control -Header append Cache-Control max-age=0 must-revalidate \ No newline at end of file +ExpiresDefault A1 +Header merge Cache-Control must-revalidate \ No newline at end of file