Drop gzip_disable "msie6" directive.

IE6 is really deprecated nowdays. Also, this only affected earlier IE6
versions that was later patched to fix this issue.

Closes: #867024
This commit is contained in:
Christos Trochalakis 2017-07-07 13:01:25 +03:00
parent 5ccd94c7e9
commit ab3dccab6a
2 changed files with 0 additions and 2 deletions

View file

@ -46,7 +46,6 @@ http {
##
gzip on;
gzip_disable "msie6";
# gzip_vary on;
# gzip_proxied any;

View file

@ -38,7 +38,6 @@ http {
##
gzip on;
gzip_disable "msie6";
# gzip_vary on;
# gzip_proxied any;