fixed cache-control header being set twice in blog
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2021-03-26 17:06:03 +01:00
parent 341da9640b
commit cabefb07f7

View file

@ -1,3 +1,4 @@
ExpiresActive On ExpiresActive On
ExpiresDefault A1 ExpiresDefault A1
Header unset Cache-Control
Header append Cache-Control must-revalidate Header append Cache-Control must-revalidate