From 7ec50e55c9e3bb9b477731884bebf6af2089b93b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 25 Mar 2016 23:53:59 +0900 Subject: [PATCH] Update doc --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index ef09fb1b..18f3dfdb 100644 --- a/README.rst +++ b/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. In all modes, the frontend connections are encrypted by SSL/TLS by -default. To disable encryption, use the ``--frontend-no-tls`` option. -If encryption is disabled, SPDY is disabled in the frontend and -incoming HTTP/1.1 connections can be upgraded to HTTP/2 through HTTP -Upgrade. On the other hard, backend connections are not encrypted by -default. To encrypt backend connections, use ``--backend-tls`` -option. +default. To disable encryption, use the ``no-tls`` keyword in +``--frontend`` option. If encryption is disabled, SPDY is disabled in +the frontend and incoming HTTP/1.1 connections can be upgraded to +HTTP/2 through HTTP Upgrade. On the other hard, backend connections +are not encrypted by default. To encrypt backend connections, use +``tls`` keyword in ``--backend`` option. ``nghttpx`` supports a configuration file. See the ``--conf`` option and sample configuration file ``nghttpx.conf.sample``.