Skip to content

Commit 489ae1b

Browse files
authoredJun 15, 2024
Removing IE6 directive
IE6 is no longer relevant.
1 parent 29042bf commit 489ae1b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎global/gzip.conf

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Enable Gzip compression.
22
gzip on;
33

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

0 commit comments

Comments
 (0)
Please sign in to comment.