From 4ac9417d8d68616e608f623ad31a55eeaaa13a87 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 26 Mar 2016 21:45:38 +0900 Subject: [PATCH] Update doc --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index f34e4bb3..c5b21b25 100644 --- a/README.rst +++ b/README.rst @@ -665,12 +665,12 @@ memcached. ``nghttpx`` has 2 operation modes: -================== ====================== =================== ============= -Mode option Frontend Backend Note -================== ====================== =================== ============= -default mode HTTP/2, SPDY, HTTP/1.1 HTTP/1.1, HTTP/2 Reverse proxy -``--http2-proxy`` HTTP/2, SPDY, HTTP/1.1 HTTP/1.1, or HTTP/2 Forward proxy -================== ====================== =================== ============= +================== ====================== ================ ============= +Mode option Frontend Backend Note +================== ====================== ================ ============= +default mode HTTP/2, SPDY, HTTP/1.1 HTTP/1.1, HTTP/2 Reverse proxy +``--http2-proxy`` HTTP/2, SPDY, HTTP/1.1 HTTP/1.1, HTTP/2 Forward proxy +================== ====================== ================ ============= The interesting mode at the moment is the default mode. It works like a reverse proxy and listens for HTTP/2, SPDY and HTTP/1.1 and can be