Web/blog/.htaccess
Ell cabefb07f7
All checks were successful
Web/pipeline/head This commit looks good
fixed cache-control header being set twice in blog
2021-03-26 17:06:03 +01:00

4 lines
105 B
ApacheConf

ExpiresActive On
ExpiresDefault A1
Header unset Cache-Control
Header append Cache-Control must-revalidate