mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 17:16:07 +08:00
font/woff2 missing in .htaccess
This commit is contained in:
parent
1d57a62ddd
commit
4e4ba12770
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ RewriteRule cpsess.* https://%{HTTP_HOST}/ [L,R=301]
|
|||
ExpiresByType image/webp A15768000
|
||||
ExpiresByType image/vnd.microsoft.icon A15768000
|
||||
ExpiresByType font/woff A15768000
|
||||
ExpiresByType font/woff2 A15768000
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_headers.c>
|
||||
|
|
Loading…
Reference in a new issue