Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-07-01 00:26:02 +09:00
parent e517ff6534
commit 2f91a7f603
1 changed files with 6 additions and 4 deletions

View File

@ -174,7 +174,7 @@ that server, invoke nghttpx like this::
.. note::
You may need ``-k`` option if HTTP/2 server'ss certificate is
You may need ``-k`` option if HTTP/2 server's certificate is
self-signed. But please note that it is insecure.
Then you can use curl to issue HTTP request via HTTP/2 proxy::
@ -188,11 +188,13 @@ HTTP/2 bridge mode
------------------
If nghttpx is invoked with ``--http2-bridge`` option, it operates in
HTTP/2 bridge mode. The supported protocols in frontend and backend
connections are the same in `default mode`_.
HTTP/2 bridge mode. The supported protocols in frontend connections
are the same in `default mode`_. The protocol in backend is HTTP/2
only.
With ``--frontend-no-tls`` option, SSL/TLS is turned off in frontend
connection, so the connection gets insecure.
connection, so the connection gets insecure. To disable SSL/TLS in
backend connection, use ``--backend-no-tls`` option.
The backend server is supporsed to be a HTTP/2 web server or HTTP/2
proxy. Since HTTP/2 requests opaque between proxied and non-proxied