From c8c4f99849710a44e40bb18b4376c5d6b6f0c5a1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 15 Feb 2021 11:46:36 -0800 Subject: [PATCH] Reduce gzip_min_length to keep tools like semrush happy --- src/nginxconfig.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginxconfig.ejs b/src/nginxconfig.ejs index d741760d6..d332c4961 100644 --- a/src/nginxconfig.ejs +++ b/src/nginxconfig.ejs @@ -108,7 +108,7 @@ server { # gzip responses that are > 50k and not images gzip on; - gzip_min_length 50k; + gzip_min_length 18k; gzip_types text/css text/javascript text/xml text/plain application/javascript application/x-javascript application/json; # enable for proxied requests as well