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:
parent
5ccd94c7e9
commit
ab3dccab6a
2 changed files with 0 additions and 2 deletions
1
debian/conf/nginx.conf
vendored
1
debian/conf/nginx.conf
vendored
|
|
@ -46,7 +46,6 @@ http {
|
|||
##
|
||||
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
|
||||
# gzip_vary on;
|
||||
# gzip_proxied any;
|
||||
|
|
|
|||
1
debian/help/examples/http
vendored
1
debian/help/examples/http
vendored
|
|
@ -38,7 +38,6 @@ http {
|
|||
##
|
||||
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
|
||||
# gzip_vary on;
|
||||
# gzip_proxied any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue