mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
nginx: Remove gzip_disable "msie6".
We don’t support IE 6. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b285813beb
commit
211934a9d9
@@ -33,7 +33,6 @@ http {
|
||||
reset_timedout_connection on;
|
||||
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
gzip_proxied any;
|
||||
gzip_types
|
||||
application/javascript
|
||||
|
||||
Reference in New Issue
Block a user