Update doc
This commit is contained in:
parent
ad8be7d474
commit
7ec50e55c9
12
README.rst
12
README.rst
|
@ -669,12 +669,12 @@ a reverse proxy and listens for HTTP/2, SPDY and HTTP/1.1 and can be
|
||||||
deployed as a SSL/TLS terminator for existing web server.
|
deployed as a SSL/TLS terminator for existing web server.
|
||||||
|
|
||||||
In all modes, the frontend connections are encrypted by SSL/TLS by
|
In all modes, the frontend connections are encrypted by SSL/TLS by
|
||||||
default. To disable encryption, use the ``--frontend-no-tls`` option.
|
default. To disable encryption, use the ``no-tls`` keyword in
|
||||||
If encryption is disabled, SPDY is disabled in the frontend and
|
``--frontend`` option. If encryption is disabled, SPDY is disabled in
|
||||||
incoming HTTP/1.1 connections can be upgraded to HTTP/2 through HTTP
|
the frontend and incoming HTTP/1.1 connections can be upgraded to
|
||||||
Upgrade. On the other hard, backend connections are not encrypted by
|
HTTP/2 through HTTP Upgrade. On the other hard, backend connections
|
||||||
default. To encrypt backend connections, use ``--backend-tls``
|
are not encrypted by default. To encrypt backend connections, use
|
||||||
option.
|
``tls`` keyword in ``--backend`` option.
|
||||||
|
|
||||||
``nghttpx`` supports a configuration file. See the ``--conf`` option and
|
``nghttpx`` supports a configuration file. See the ``--conf`` option and
|
||||||
sample configuration file ``nghttpx.conf.sample``.
|
sample configuration file ``nghttpx.conf.sample``.
|
||||||
|
|
Loading…
Reference in New Issue