Update .htaccess
This commit is contained in:
parent
31a0bac553
commit
b296fd9eab
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
Header set Cache-Control "max-age=2592000, public, must-revalidate"
|
Header set Cache-Control "max-age=2592000, public, must-revalidate"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
<FilesMatch "(\.css|\.js|\.CSS|\.JS)$">
|
<FilesMatch "(\.css|\.js|\.CSS|\.JS)$">
|
||||||
Header set Cache-Control "max-age=604800, private, must-revalidate"
|
Header set Cache-Control "max-age=604800, public, must-revalidate"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
<FilesMatch "(\.xml|\.txt|\.XML|\.TXT)$">
|
<FilesMatch "(\.xml|\.txt|\.XML|\.TXT)$">
|
||||||
Header set Cache-Control "max-age=604800, public, must-revalidate"
|
Header set Cache-Control "max-age=604800, public, must-revalidate"
|
||||||
|
|
Loading…
Reference in a new issue