Removing IE6 directive

IE6 is no longer relevant.
This commit is contained in:
Brad Touesnard 2024-06-15 09:16:24 -03:00 committed by GitHub
parent 29042bfe3c
commit 489ae1b51a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,6 @@
# Enable Gzip compression. # Enable Gzip compression.
gzip on; gzip on;
# Disable Gzip on IE6.
gzip_disable "msie6";
# Allow proxies to cache both compressed and regular version of file. # Allow proxies to cache both compressed and regular version of file.
# Avoids clients that don't support Gzip outputting gibberish. # Avoids clients that don't support Gzip outputting gibberish.
gzip_vary on; gzip_vary on;
@ -47,4 +44,4 @@ gzip_types
text/vtt text/vtt
text/x-component text/x-component
text/x-cross-domain-policy; text/x-cross-domain-policy;
# text/html is always compressed when enabled. # text/html is always compressed when enabled.