Update brotli.mustache

'brotli_comp_level 6' tends to be the most optimal and commonly used level.
'brotli_buffers' has been deprecated: https://github.com/google/ngx_brotli#brotli_buffers
This commit is contained in:
Narender Chopra
2021-01-10 15:09:15 +05:30
committed by GitHub
parent 870de1e770
commit f501e654cc

View File

@@ -4,8 +4,7 @@
brotli on; brotli on;
brotli_static on; brotli_static on;
brotli_buffers 16 8k; brotli_comp_level 6;
brotli_comp_level 4;
brotli_types brotli_types
application/atom+xml application/atom+xml
application/geo+json application/geo+json
@@ -44,4 +43,4 @@
text/vtt text/vtt
text/x-component text/x-component
text/x-cross-domain-policy text/x-cross-domain-policy
text/xml; text/xml;