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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user