mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Enh: Add to cache schema
With this P/R, it adds `ico`, `svg`, and `less` to the cache schema.
This commit is contained in:
parent
124ad38992
commit
0b60d9c8e8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user