Reduce gzip_min_length to keep tools like semrush happy

This commit is contained in:
Girish Ramakrishnan
2021-02-15 11:46:36 -08:00
parent 48c52533c4
commit c8c4f99849

View File

@@ -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