We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069a96d commit 1f5641dCopy full SHA for 1f5641d
h5bp/web_performance/pre-compressed_content_brotli.conf
@@ -12,6 +12,8 @@
12
# brotli-compressed resources.
13
# https://www.chromestatus.com/feature/5420797577396224
14
#
15
+# (1) See https://httpd.apache.org/docs/2.4/en/mod/mod_mime.html#multipleext
16
+#
17
# https://httpd.apache.org/docs/current/mod/mod_brotli.html#precompressed
18
19
<IfModule mod_headers.c>
@@ -44,6 +46,9 @@
44
46
# Force proxies to cache brotlied and non-brotlied files separately
45
47
Header append Vary Accept-Encoding
48
49
+ # (1) Remove content-language header added by mod_mime
50
+ RemoveLanguage .br
51
+
52
</FilesMatch>
53
54
# Serve correct encoding type
0 commit comments