This commit is contained in:
Kyle
2020-12-20 10:54:03 -08:00
parent d2602c12e4
commit 51dbab5b0e
4 changed files with 31 additions and 6 deletions

View File

@@ -10,10 +10,11 @@ ErrorDocument 404 /404.php
Header set Cache-Control "max-age=2678400, public"
</filesMatch>
#WEEK
<filesMatch "\.(js)$">
<filesMatch "\.(js|php)$">
Header set Cache-Control "max-age=604800, public"
</filesMatch>
#creator.js
<files creator.js>
Header set Cache-Control "max-age=0, public"
Header set Cache-Control "max-age=60, public"
</files>
</IfModule>