mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 12:54:57 -05:00
fixes
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user