diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-05-05 16:50:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-05-05 16:51:47 +0200 |
commit | 263498346d6a8cc6c96396f6b658d344d5492078 (patch) | |
tree | aff0408c51c311239e079fe7b6dc1edac6811e4f /data | |
parent | 44202669a238b6a2fa2c962386c18ce3dbb6dbad (diff) |
data/.htaccess: Make svg cacheable
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r-- | data/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/.htaccess b/data/.htaccess index bba3837a4..902c08446 100644 --- a/data/.htaccess +++ b/data/.htaccess @@ -2,6 +2,7 @@ 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> |