nginx: Remove gzip_disable "msie6".

We don’t support IE 6.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-07-20 12:24:30 -07:00 committed by Tim Abbott
parent b285813beb
commit 211934a9d9
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ http {
reset_timedout_connection on;
gzip on;
gzip_disable "msie6";
gzip_proxied any;
gzip_types
application/javascript