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