From f501e654cc432dd9653402d40e681752ccde9d91 Mon Sep 17 00:00:00 2001 From: Narender Chopra <36985369+nsgoyat@users.noreply.github.com> Date: Sun, 10 Jan 2021 15:09:15 +0530 Subject: [PATCH] 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 --- wo/cli/templates/brotli.mustache | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wo/cli/templates/brotli.mustache b/wo/cli/templates/brotli.mustache index 6a8ae82..7bbea31 100644 --- a/wo/cli/templates/brotli.mustache +++ b/wo/cli/templates/brotli.mustache @@ -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 @@ -44,4 +43,4 @@ text/vtt text/x-component text/x-cross-domain-policy - text/xml; \ No newline at end of file + text/xml;