set 1-week caching on swf asset JSON
This commit is contained in:
parent
299931db45
commit
aa21347deb
2 changed files with 4 additions and 0 deletions
2
public/items/.htaccess
Normal file
2
public/items/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
ExpiresActive On
|
||||
ExpiresDefault "access plus 1 week"
|
2
public/pet_types/.htaccess
Normal file
2
public/pet_types/.htaccess
Normal file
|
@ -0,0 +1,2 @@
|
|||
ExpiresActive On
|
||||
ExpiresDefault "access plus 1 week"
|
Loading…
Reference in a new issue