add cache-control public header to htaccess files, just for good measure
This commit is contained in:
parent
adce2e7317
commit
7f20dad9d6
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
ExpiresActive On
|
||||
ExpiresDefault "access plus 1 week"
|
||||
Header set Cache-Control "public"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
ExpiresActive On
|
||||
ExpiresDefault "access plus 1 week"
|
||||
Header set Cache-Control "public"
|
||||
|
|
Loading…
Reference in a new issue