set the correct cache control max age
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2021-03-26 17:15:32 +01:00
parent cda085cb8b
commit 5941197bc0

View file

@ -1,4 +1,4 @@
ExpiresActive On ExpiresActive On
ExpiresDefault A1 ExpiresDefault A0
Header unset Cache-Control Header unset Cache-Control
Header append Cache-Control must-revalidate Header append Cache-Control max-age=0 must-revalidate