We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29042bf commit 489ae1bCopy full SHA for 489ae1b
global/gzip.conf
@@ -1,9 +1,6 @@
1
# Enable Gzip compression.
2
gzip on;
3
4
-# Disable Gzip on IE6.
5
-gzip_disable "msie6";
6
-
7
# Allow proxies to cache both compressed and regular version of file.
8
# Avoids clients that don't support Gzip outputting gibberish.
9
gzip_vary on;
@@ -47,4 +44,4 @@ gzip_types
47
44
text/vtt
48
45
text/x-component
49
46
text/x-cross-domain-policy;
50
- # text/html is always compressed when enabled.
+ # text/html is always compressed when enabled.
0 commit comments