update cache settings for blog-related sites
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
2a5bd50cc8
commit
fbd5500690
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
Header append Cache-Control max-age=31536000
|
||||
<FilesMatch "index\.html">
|
||||
Header edit Cache-Control ^max-age=\w* max-age=600
|
||||
</FilesMatch>
|
||||
|
||||
Options +MultiViews -Indexes
|
||||
ErrorDocument 404 /404.html
|
||||
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
Header append Cache-Control must-revalidate
|
||||
Header edit Cache-Control ^max-age=\w* max-age=0
|
||||
Header edit Cache-Control ^max-age=\w* max-age=600
|
Loading…
Reference in a new issue