mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-06 13:14:18 +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.
|
# non-gzipped css/js files separately.
|
||||||
Header append Vary Accept-Encoding
|
Header append Vary Accept-Encoding
|
||||||
</FilesMatch>
|
</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>
|
||||||
|
|
||||||
#<IfModule mod_brotli.c>
|
#<IfModule mod_brotli.c>
|
||||||
|
|
Loading…
Add table
Reference in a new issue