From 68fd13e8dc4339c7f84a21e34099de2e60eb4a4e Mon Sep 17 00:00:00 2001 From: William Blythe Date: Sat, 22 Dec 2018 08:25:53 +1100 Subject: [PATCH] /shrgu --- nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 535e2e4b..c5089e52 100644 --- a/nginx.conf +++ b/nginx.conf @@ -34,9 +34,8 @@ http { # https://nginx.org/en/docs/http/ngx_http_gzip_module.html brotli on; - brotli_static on; + # brotli_static on; brotli_types *; - brotli_min_length 256; # Enable gzip compression. # Default: off gzip on;