Enh: Add to cache schema

With this P/R, it adds `ico`, `svg`, and `less` to the cache schema.
This commit is contained in:
Sarah Tsumayoi 2018-12-07 13:06:49 +09:00 committed by GitHub
parent 124ad38992
commit 0b60d9c8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,6 @@
</FilesMatch>
# Caching schema
<FilesMatch "\.(jpg|png|gif|css|js)$">
<FilesMatch "\.(jpg|png|gif|ico|svg|css|js|less)$">
Header set Cache-Control "private, max-age=3600"
</FilesMatch>