From 34d9ecf622fd042ec70c4e573450fea33ac37340 Mon Sep 17 00:00:00 2001 From: Matt Klein Date: Fri, 16 Sep 2016 09:19:27 -0700 Subject: [PATCH] docs: fix nginx comparison --- docs/intro/comparison.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/intro/comparison.rst b/docs/intro/comparison.rst index 2db1277c6f345..9d32966e7c6ad 100644 --- a/docs/intro/comparison.rst +++ b/docs/intro/comparison.rst @@ -18,9 +18,8 @@ proxy: * Full HTTP/2 transparent proxy. Envoy supports HTTP/2 for both downstream and upstream communication. nginx only supports HTTP/2 for downstream connections. -* Advanced load balancing. Though nginx plus (the paid server) supports some advanced load - balancing features such as out of band health checking, even that version does not have the - advanced service discovery and asynchronous DNS resolution features that Envoy does. +* Freely available advanced load balancing. Only nginx plus (the paid server) supports similar + advanced load balancing capabilities as Envoy. * Ability to run the same software at the edge as well as on each service node. Many infrastructures run a mix of nginx and haproxy. A single proxy solution at every hop is substantially simpler from an operations perspective.