mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-04 04:04:12 +08:00
Resolve Issue #107
This commit is contained in:
parent
c1fbd8a5d2
commit
6896f080e8
1 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,15 @@
|
|||
# non-gzipped css/js files separately.
|
||||
Header append Vary Accept-Encoding
|
||||
</FilesMatch>
|
||||
|
||||
<FilesMatch "(\.js\.br|\.js\.gz)$">
|
||||
Header set Content-Type "application/javascript; charset=utf-8"
|
||||
ForceType application/javascript
|
||||
</FilesMatch>
|
||||
<FilesMatch "(\.css\.br|\.css\.gz)$">
|
||||
Header set Content-Type "text/css; charset=utf-8"
|
||||
ForceType text/css
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
||||
#<IfModule mod_brotli.c>
|
||||
|
|
Loading…
Add table
Reference in a new issue