Skip to content

I think there's a problem with brotli #722

Answered by Zoey2936
garfieldairlines asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, maybe I explain why I use this options:
brotli_static on; : doesn't hurt, if someone provides this files it will use them, if not it won't use them
brotli on; : self explaining
brotli_comp_level 0; : maybe read this PR comments: nextcloud/all-in-one#2576 and this: https://blog.cloudflare.com/results-experimenting-brotli
brotli_types *; level 0 is very fast compression and compression is only done if a client requests it, so compression can be applied to anything

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Zoey2936
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #719 on March 25, 2024 17:09.