Update man pages

This commit is contained in:
Tatsuhiro Tsujikawa 2016-06-26 00:04:17 +09:00
parent 65095c448d
commit ab9cc37ca0
5 changed files with 35 additions and 6 deletions

View File

@ -1,6 +1,6 @@
.\" 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
h2load \- HTTP/2 benchmarking tool
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttp \- HTTP/2 client
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttpd \- HTTP/2 server
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttpx \- HTTP/2 proxy
.
@ -192,7 +192,8 @@ This option can be used multiple times to listen to
multiple addresses.
.sp
This option can take 0 or more parameters, which are
described below.
described below. Note that "api" and "healthmon"
parameters are mutually exclusive.
.sp
Optionally, TLS can be disabled by specifying "no\-tls"
parameter. TLS is enabled by default.
@ -485,6 +486,20 @@ backend server.
.sp
Default: \fB10s\fP
.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
.INDENT 0.0
.TP

View File

@ -176,7 +176,8 @@ Connections
multiple addresses.
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"
parameter. TLS is enabled by default.
@ -444,6 +445,19 @@ Timeout
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
~~~~~~~