blob: bba3837a47f67e41634fbf0640f240760c221617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType text/css "access plus 1 year"
ExpiresByType application/javascript "access plus 1 year"
</IfModule>
<IfModule mod_headers.c>
Header append Cache-Control "public"
</IfModule>
FileEtag none
|