set the correct cache control max age
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-03-26 17:15:32 +01:00
parent cda085cb8b
commit 5941197bc0
1 changed files with 2 additions and 2 deletions

View File

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