Skip to content

Commit

Permalink
Updated brotli.
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Dec 14, 2024
1 parent aa454b9 commit 43645f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/_posts/how-to-configure-your-web-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ Because X3D files are pure text you can compress them on the fly. This can reduc
</IfModule>
<IfModule mod_brotli.c>
# Specifies the Brotli compression quality, which is '5' by default,
# but '4' is faster and more efficient compared to GZIP.
BrotliCompressionQuality 4
# Specifies the Brotli compression quality, which is '5' by default.
BrotliCompressionQuality 5
AddOutputFilterByType BROTLI_COMPRESS model/x3d+xml
AddOutputFilterByType BROTLI_COMPRESS model/x3d+json
AddOutputFilterByType BROTLI_COMPRESS model/x3d+vrml
Expand Down

0 comments on commit 43645f8

Please sign in to comment.