From 489ae1b51a17ec1d141a6d1391372cd84b746550 Mon Sep 17 00:00:00 2001 From: Brad Touesnard Date: Sat, 15 Jun 2024 09:16:24 -0300 Subject: [PATCH] Removing IE6 directive IE6 is no longer relevant. --- global/gzip.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/global/gzip.conf b/global/gzip.conf index 77e8e79..b785854 100644 --- a/global/gzip.conf +++ b/global/gzip.conf @@ -1,9 +1,6 @@ # Enable Gzip compression. gzip on; -# Disable Gzip on IE6. -gzip_disable "msie6"; - # Allow proxies to cache both compressed and regular version of file. # Avoids clients that don't support Gzip outputting gibberish. gzip_vary on; @@ -47,4 +44,4 @@ gzip_types text/vtt text/x-component text/x-cross-domain-policy; - # text/html is always compressed when enabled. \ No newline at end of file + # text/html is always compressed when enabled.