<h2>Development Status<aclass="headerlink"href="#development-status"title="Permalink to this headline">¶</a></h2>
<p>We started to implement HTTP-draft-07/2.0
(<aclass="reference external"href="http://tools.ietf.org/html/draft-ietf-httpbis-http2-07">http://tools.ietf.org/html/draft-ietf-httpbis-http2-07</a>) and the
<p>We started to implement HTTP-draft-08/2.0
(<aclass="reference external"href="http://tools.ietf.org/html/draft-ietf-httpbis-http2-08">http://tools.ietf.org/html/draft-ietf-httpbis-http2-08</a>) and the
<h2>Build from git<aclass="headerlink"href="#build-from-git"title="Permalink to this headline">¶</a></h2>
...
...
@@ -370,7 +370,7 @@ IPv6: listen on port 8080
<divclass="section"id="nghttpx-proxy">
<h3>nghttpx - proxy<aclass="headerlink"href="#nghttpx-proxy"title="Permalink to this headline">¶</a></h3>
<p>The <ttclass="docutils literal"><spanclass="pre">nghttpx</span></tt> is a multi-threaded reverse proxy for
HTTP-draft-07/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
HTTP-draft-08/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
<tableborder="1"class="docutils">
<colgroup>
<colwidth="24%"/>
...
...
@@ -414,7 +414,7 @@ HTTP-draft-07/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
</tbody>
</table>
<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-08/2.0, SPDY and HTTP/1.1 and
can be deployed SSL/TLS terminator for existing web server.</p>
<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
SSL/TLS in the frontend connection by default. To disable SSL/TLS, use