Update man pages
This commit is contained in:
parent
43d595b7f3
commit
1fb3d71f77
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "June 14, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "H2LOAD" "1" "June 17, 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 14, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "NGHTTP" "1" "June 17, 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 14, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "NGHTTPD" "1" "June 17, 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 14, 2016" "1.12.0-DEV" "nghttp2"
|
.TH "NGHTTPX" "1" "June 17, 2016" "1.12.0-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -183,7 +183,7 @@ Default: \fB127.0.0.1,80\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
.B \-f, \-\-frontend=(<HOST>,<PORT>|unix:<PATH>)[;no\-tls]
|
.B \-f, \-\-frontend=(<HOST>,<PORT>|unix:<PATH>)[[;PARAM]...]
|
||||||
Set frontend host and port. If <HOST> is \(aq*\(aq, it
|
Set frontend host and port. If <HOST> is \(aq*\(aq, it
|
||||||
assumes all addresses including both IPv4 and IPv6.
|
assumes all addresses including both IPv4 and IPv6.
|
||||||
UNIX domain socket can be specified by prefixing path
|
UNIX domain socket can be specified by prefixing path
|
||||||
|
@ -191,6 +191,9 @@ name with "unix:" (e.g., unix:/var/run/nghttpx.sock).
|
||||||
This option can be used multiple times to listen to
|
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
|
||||||
|
described below.
|
||||||
|
.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.
|
||||||
.sp
|
.sp
|
||||||
|
@ -201,6 +204,11 @@ Otherwise, someone may change the backend server, and
|
||||||
break your services, or expose confidential information
|
break your services, or expose confidential information
|
||||||
to the outside the world.
|
to the outside the world.
|
||||||
.sp
|
.sp
|
||||||
|
To make this frontend as health monitor endpoint,
|
||||||
|
specify "healthmon" parameter. This is disabled by
|
||||||
|
default. Any requests which come through this address
|
||||||
|
are replied with 200 HTTP status, without no body.
|
||||||
|
.sp
|
||||||
Default: \fB*,3000\fP
|
Default: \fB*,3000\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
|
|
|
@ -166,7 +166,7 @@ Connections
|
||||||
|
|
||||||
Default: ``127.0.0.1,80``
|
Default: ``127.0.0.1,80``
|
||||||
|
|
||||||
.. option:: -f, --frontend=(<HOST>,<PORT>|unix:<PATH>)[;no-tls]
|
.. option:: -f, --frontend=(<HOST>,<PORT>|unix:<PATH>)[[;PARAM]...]
|
||||||
|
|
||||||
Set frontend host and port. If <HOST> is '\*', it
|
Set frontend host and port. If <HOST> is '\*', it
|
||||||
assumes all addresses including both IPv4 and IPv6.
|
assumes all addresses including both IPv4 and IPv6.
|
||||||
|
@ -175,6 +175,9 @@ Connections
|
||||||
This option can be used multiple times to listen to
|
This option can be used multiple times to listen to
|
||||||
multiple addresses.
|
multiple addresses.
|
||||||
|
|
||||||
|
This option can take 0 or more parameters, which are
|
||||||
|
described below.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@ -185,6 +188,11 @@ Connections
|
||||||
break your services, or expose confidential information
|
break your services, or expose confidential information
|
||||||
to the outside the world.
|
to the outside the world.
|
||||||
|
|
||||||
|
To make this frontend as health monitor endpoint,
|
||||||
|
specify "healthmon" parameter. This is disabled by
|
||||||
|
default. Any requests which come through this address
|
||||||
|
are replied with 200 HTTP status, without no body.
|
||||||
|
|
||||||
|
|
||||||
Default: ``*,3000``
|
Default: ``*,3000``
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue