diff options
Diffstat (limited to 'data/.htaccess')
-rw-r--r-- | data/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/.htaccess b/data/.htaccess index 13d25207f..c8dfb58fd 100644 --- a/data/.htaccess +++ b/data/.htaccess @@ -1,6 +1,7 @@ <IfModule mod_expires.c> ExpiresActive on ExpiresByType text/css "access plus 1 year" + ExpiresByType application/javascript "access plus 1 year" </IfModule> Header append Cache-Control "public" |