nghttpx: Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2016-03-25 02:14:39 +09:00
parent 22128767e6
commit 44af3dab50
1 changed files with 8 additions and 7 deletions

View File

@ -1189,10 +1189,10 @@ void print_help(std::ostream &out) {
out << R"( out << R"(
<PRIVATE_KEY> <PRIVATE_KEY>
Set path to server's private key. Required unless Set path to server's private key. Required unless
--frontend-no-tls are given. "no-tls" keyword is used in --frontend option.
<CERT> Set path to server's certificate. Required unless <CERT> Set path to server's certificate. Required unless
--frontend-no-tls are given. To make OCSP stapling "no-tls" keyword is used in --frontend option. To make
work, this must be an absolute path. OCSP stapling work, this must be an absolute path.
Options: Options:
The options are categorized into several groups. The options are categorized into several groups.
@ -1685,10 +1685,11 @@ HTTP/2 and SPDY:
Mode: Mode:
(default mode) (default mode)
Accept HTTP/2, SPDY and HTTP/1.1 over SSL/TLS. If Accept HTTP/2, SPDY and HTTP/1.1 over SSL/TLS. "no-tls"
--frontend-no-tls is used, accept HTTP/2 and HTTP/1.1. keyword is used in --frontend option, accept HTTP/2 and
The incoming HTTP/1.1 connection can be upgraded to HTTP/1.1 over cleartext TCP. The incoming HTTP/1.1
HTTP/2 through HTTP Upgrade. connection can be upgraded to HTTP/2 through HTTP
Upgrade.
-s, --http2-proxy -s, --http2-proxy
Like default mode, but enable forward proxy. This is so Like default mode, but enable forward proxy. This is so
called HTTP/2 proxy mode. called HTTP/2 proxy mode.