Update manual pages
This commit is contained in:
parent
25db178b7d
commit
f0836c7e39
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "Dec 19, 2017" "1.29.0" "nghttp2"
|
.TH "H2LOAD" "1" "Feb 02, 2018" "1.30.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "Dec 19, 2017" "1.29.0" "nghttp2"
|
.TH "NGHTTP" "1" "Feb 02, 2018" "1.30.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 client
|
nghttp \- HTTP/2 client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "Dec 19, 2017" "1.29.0" "nghttp2"
|
.TH "NGHTTPD" "1" "Feb 02, 2018" "1.30.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 server
|
nghttpd \- HTTP/2 server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "Dec 19, 2017" "1.29.0" "nghttp2"
|
.TH "NGHTTPX" "1" "Feb 02, 2018" "1.30.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -228,6 +228,13 @@ the same <PATTERN>. It is advised to set
|
||||||
"redirect\-if\-no\-tls" parameter to all backends
|
"redirect\-if\-no\-tls" parameter to all backends
|
||||||
explicitly if this feature is desired.
|
explicitly if this feature is desired.
|
||||||
.sp
|
.sp
|
||||||
|
If "upgrade\-scheme" parameter is used along with "tls"
|
||||||
|
parameter, HTTP/2 :scheme pseudo header field is changed
|
||||||
|
to "https" from "http" when forwarding a request to this
|
||||||
|
particular backend. This is a workaround for a backend
|
||||||
|
server which requires "https" :scheme pseudo header
|
||||||
|
field on TLS encrypted connection.
|
||||||
|
.sp
|
||||||
Since ";" and ":" are used as delimiter, <PATTERN> must
|
Since ";" and ":" are used as delimiter, <PATTERN> must
|
||||||
not contain these characters. Since ";" has special
|
not contain these characters. Since ";" has special
|
||||||
meaning in shell, the option value must be quoted.
|
meaning in shell, the option value must be quoted.
|
||||||
|
|
|
@ -212,6 +212,13 @@ Connections
|
||||||
"redirect-if-no-tls" parameter to all backends
|
"redirect-if-no-tls" parameter to all backends
|
||||||
explicitly if this feature is desired.
|
explicitly if this feature is desired.
|
||||||
|
|
||||||
|
If "upgrade-scheme" parameter is used along with "tls"
|
||||||
|
parameter, HTTP/2 :scheme pseudo header field is changed
|
||||||
|
to "https" from "http" when forwarding a request to this
|
||||||
|
particular backend. This is a workaround for a backend
|
||||||
|
server which requires "https" :scheme pseudo header
|
||||||
|
field on TLS encrypted connection.
|
||||||
|
|
||||||
Since ";" and ":" are used as delimiter, <PATTERN> must
|
Since ";" and ":" are used as delimiter, <PATTERN> must
|
||||||
not contain these characters. Since ";" has special
|
not contain these characters. Since ";" has special
|
||||||
meaning in shell, the option value must be quoted.
|
meaning in shell, the option value must be quoted.
|
||||||
|
|
Loading…
Reference in New Issue