mirror of https://github.com/zulip/zulip.git
nginx: Remove gzip_disable "msie6".
We don’t support IE 6. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
b285813beb
commit
211934a9d9
|
@ -33,7 +33,6 @@ http {
|
||||||
reset_timedout_connection on;
|
reset_timedout_connection on;
|
||||||
|
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_disable "msie6";
|
|
||||||
gzip_proxied any;
|
gzip_proxied any;
|
||||||
gzip_types
|
gzip_types
|
||||||
application/javascript
|
application/javascript
|
||||||
|
|
Loading…
Reference in New Issue