Update man pages
This commit is contained in:
parent
65095c448d
commit
ab9cc37ca0
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "June 17, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "H2LOAD" "1" "June 26, 2016" "1.12.0-DEV" "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" "June 17, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "NGHTTP" "1" "June 26, 2016" "1.12.0-DEV" "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" "June 17, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "NGHTTPD" "1" "June 26, 2016" "1.12.0-DEV" "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" "June 17, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "NGHTTPX" "1" "June 26, 2016" "1.12.0-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -192,7 +192,8 @@ This option can be used multiple times to listen to
|
||||||
multiple addresses.
|
multiple addresses.
|
||||||
.sp
|
.sp
|
||||||
This option can take 0 or more parameters, which are
|
This option can take 0 or more parameters, which are
|
||||||
described below.
|
described below. Note that "api" and "healthmon"
|
||||||
|
parameters are mutually exclusive.
|
||||||
.sp
|
.sp
|
||||||
Optionally, TLS can be disabled by specifying "no\-tls"
|
Optionally, TLS can be disabled by specifying "no\-tls"
|
||||||
parameter. TLS is enabled by default.
|
parameter. TLS is enabled by default.
|
||||||
|
@ -485,6 +486,20 @@ backend server.
|
||||||
.sp
|
.sp
|
||||||
Default: \fB10s\fP
|
Default: \fB10s\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
.INDENT 0.0
|
||||||
|
.TP
|
||||||
|
.B \-\-backend\-max\-backoff=<DURATION>
|
||||||
|
Specify maximum backoff interval. This is used when
|
||||||
|
doing health check against offline backend (see "fail"
|
||||||
|
parameter in \fI\%\-\-backend\fP option). It is also used to
|
||||||
|
limit the maximum interval to temporarily disable
|
||||||
|
backend when nghttpx failed to connect to it. These
|
||||||
|
intervals are calculated using exponential backoff, and
|
||||||
|
consecutive failed attempts increase the interval. This
|
||||||
|
option caps its maximum value.
|
||||||
|
.sp
|
||||||
|
Default: \fB2m\fP
|
||||||
|
.UNINDENT
|
||||||
.SS SSL/TLS
|
.SS SSL/TLS
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -176,7 +176,8 @@ Connections
|
||||||
multiple addresses.
|
multiple addresses.
|
||||||
|
|
||||||
This option can take 0 or more parameters, which are
|
This option can take 0 or more parameters, which are
|
||||||
described below.
|
described below. Note that "api" and "healthmon"
|
||||||
|
parameters are mutually exclusive.
|
||||||
|
|
||||||
Optionally, TLS can be disabled by specifying "no-tls"
|
Optionally, TLS can be disabled by specifying "no-tls"
|
||||||
parameter. TLS is enabled by default.
|
parameter. TLS is enabled by default.
|
||||||
|
@ -444,6 +445,19 @@ Timeout
|
||||||
|
|
||||||
Default: ``10s``
|
Default: ``10s``
|
||||||
|
|
||||||
|
.. option:: --backend-max-backoff=<DURATION>
|
||||||
|
|
||||||
|
Specify maximum backoff interval. This is used when
|
||||||
|
doing health check against offline backend (see "fail"
|
||||||
|
parameter in :option:`--backend` option). It is also used to
|
||||||
|
limit the maximum interval to temporarily disable
|
||||||
|
backend when nghttpx failed to connect to it. These
|
||||||
|
intervals are calculated using exponential backoff, and
|
||||||
|
consecutive failed attempts increase the interval. This
|
||||||
|
option caps its maximum value.
|
||||||
|
|
||||||
|
Default: ``2m``
|
||||||
|
|
||||||
|
|
||||||
SSL/TLS
|
SSL/TLS
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue