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_static on;
brotli_buffers 16 8k;
brotli_comp_level 4;
brotli_comp_level 6;
brotli_types
application/atom+xml
application/geo+json