From 51d96527599cd7c9867221142194bd73c88d9c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Bajsarowicz?= Date: Fri, 10 Apr 2026 07:07:58 +0200 Subject: [PATCH] fix: update gzip types and remove obsolete IE6 workaround in nginx config --- nginx.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nginx.conf.sample b/nginx.conf.sample index be5cff37e8e61..c72e19a4424ba 100644 --- a/nginx.conf.sample +++ b/nginx.conf.sample @@ -225,7 +225,6 @@ location ~ ^/(index|get|static|errors/report|errors/404|errors/503|health_check) } gzip on; -gzip_disable "msie6"; gzip_comp_level 6; gzip_min_length 1100; @@ -242,6 +241,9 @@ gzip_types application/json application/xml application/xml+rss + application/manifest+json + application/vnd.ms-fontobject + font/opentype image/svg+xml; gzip_vary on;