summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/.htaccess8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/.htaccess b/data/.htaccess
new file mode 100644
index 000000000..13d25207f
--- /dev/null
+++ b/data/.htaccess
@@ -0,0 +1,8 @@
+<IfModule mod_expires.c>
+ ExpiresActive on
+ ExpiresByType text/css "access plus 1 year"
+</IfModule>
+
+Header append Cache-Control "public"
+FileEtag none
+