summaryrefslogtreecommitdiffstats
path: root/data/.htaccess
blob: 902c0844638de5dcde63eee01e8d5d577f84f827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<IfModule mod_expires.c>
	ExpiresActive on
	ExpiresByType text/css "access plus 1 year"
	ExpiresByType application/javascript "access plus 1 year"
	ExpiresByType image/svg+xml "access plus 1 year"
</IfModule>

<IfModule mod_headers.c>
	Header append Cache-Control "public"
</IfModule>

FileEtag none