@@ -416,28 +416,25 @@ HTTP-draft-07/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
...
@@ -416,28 +416,25 @@ HTTP-draft-07/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
<p>The interesting mode at the moment is the default mode. It works like
<p>The interesting mode at the moment is the default mode. It works like
a reverse proxy and listens HTTP-draft-07/2.0, SPDY and HTTP/1.1 and
a reverse proxy and listens HTTP-draft-07/2.0, SPDY and HTTP/1.1 and
can be deployed SSL/TLS terminator for existing web server.</p>
can be deployed SSL/TLS terminator for existing web server.</p>
<p>The default mode, <ttclass="docutils literal"><spanclass="pre">--spdy</span></tt> and <ttclass="docutils literal"><spanclass="pre">--spdy-bridge</span></tt> modes use SSL/TLS
<p>The default mode, <ttclass="docutils literal"><spanclass="pre">--http2-proxy</span></tt> and <ttclass="docutils literal"><spanclass="pre">--http2-bridge</span></tt> modes use
in the frontend connection by default. To disable SSL/TLS, use
SSL/TLS in the frontend connection by default. To disable SSL/TLS, use
<ttclass="docutils literal"><spanclass="pre">--frontend-no-tls</span></tt> option. If that option is used, SPDY is disabled
<ttclass="docutils literal"><spanclass="pre">--frontend-no-tls</span></tt> option. If that option is used, SPDY is disabled
in the frontend and incoming HTTP/1.1 connection can be upgraded to
in the frontend and incoming HTTP/1.1 connection can be upgraded to
HTTP/2.0 through HTTP Upgrade.</p>
HTTP/2.0 through HTTP Upgrade.</p>
<p>The <ttclass="docutils literal"><spanclass="pre">--spdy-bridge</span></tt>, <ttclass="docutils literal"><spanclass="pre">--client</span></tt> and <ttclass="docutils literal"><spanclass="pre">--client-proxy</span></tt> modes use
<p>The <ttclass="docutils literal"><spanclass="pre">--http2-bridge</span></tt>, <ttclass="docutils literal"><spanclass="pre">--client</span></tt> and <ttclass="docutils literal"><spanclass="pre">--client-proxy</span></tt> modes use
SSL/TLS in the backend connection by deafult. To disable SSL/TLS, use
SSL/TLS in the backend connection by deafult. To disable SSL/TLS, use
<p>The <ttclass="docutils literal"><spanclass="pre">nghttpx</span></tt> is ported from <ttclass="docutils literal"><spanclass="pre">shrpx</span></tt> in spdylay project, and it
<p>In the default mode, (without any of <ttclass="docutils literal"><spanclass="pre">--http2-proxy</span></tt>,
still has SPDY color in option names. They will be fixed as the
<ttclass="docutils literal"><spanclass="pre">--http2-bridge</span></tt>, <ttclass="docutils literal"><spanclass="pre">--client-proxy</span></tt> and <ttclass="docutils literal"><spanclass="pre">--client</span></tt> options),
development goes.</p>
<ttclass="docutils literal"><spanclass="pre">nghttpx</span></tt> works as reverse proxy to the backend server:</p>
<p>In the default mode, (without any of <ttclass="docutils literal"><spanclass="pre">--spdy</span></tt>, <ttclass="docutils literal"><spanclass="pre">--spdy-bridge</span></tt>,
<ttclass="docutils literal"><spanclass="pre">--client-proxy</span></tt> and <ttclass="docutils literal"><spanclass="pre">--client</span></tt> options), <ttclass="docutils literal"><spanclass="pre">nghttpx</span></tt> works as
SSL/TLS, the backend connections can be tunneled though HTTP
SSL/TLS, the backend connections can be tunneled though HTTP
proxy. The proxy is specified using <ttclass="docutils literal"><spanclass="pre">--backend-http-proxy-uri</span></tt>
proxy. The proxy is specified using <ttclass="docutils literal"><spanclass="pre">--backend-http-proxy-uri</span></tt>
option. The following figure illustrates the example of
option. The following figure illustrates the example of
<ttclass="docutils literal"><spanclass="pre">--spdy-bridge</span></tt> and <ttclass="docutils literal"><spanclass="pre">--backend-http-proxy-uri</span></tt> option to talk to
<ttclass="docutils literal"><spanclass="pre">--http2-bridge</span></tt> and <ttclass="docutils literal"><spanclass="pre">--backend-http-proxy-uri</span></tt> option to talk to
the outside HTTP/2.0 proxy through HTTP proxy:</p>
the outside HTTP/2.0 proxy through HTTP proxy:</p>