Update man pages
This commit is contained in:
parent
df32a534fc
commit
a55a080b9c
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "February 15, 2015" "0.7.4" "nghttp2"
|
.TH "H2LOAD" "1" "February 22, 2015" "0.7.5-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" "February 15, 2015" "0.7.4" "nghttp2"
|
.TH "NGHTTP" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 experimental client
|
nghttp \- HTTP/2 experimental client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "February 15, 2015" "0.7.4" "nghttp2"
|
.TH "NGHTTPD" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 experimental server
|
nghttpd \- HTTP/2 experimental server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "February 15, 2015" "0.7.4" "nghttp2"
|
.TH "NGHTTPX" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 experimental proxy
|
nghttpx \- HTTP/2 experimental proxy
|
||||||
.
|
.
|
||||||
|
@ -59,7 +59,9 @@ Set backend host and port. For HTTP/1 backend, multiple
|
||||||
backend addresses are accepted by repeating this option.
|
backend addresses are accepted by repeating this option.
|
||||||
HTTP/2 backend does not support multiple backend
|
HTTP/2 backend does not support multiple backend
|
||||||
addresses and the first occurrence of this option is
|
addresses and the first occurrence of this option is
|
||||||
used.
|
used. UNIX domain socket can be specified by prefixing
|
||||||
|
path name with "unix:" (e.g.,
|
||||||
|
\fI\-bunix\fP:/var/run/backend.sock)
|
||||||
.sp
|
.sp
|
||||||
Default: \fB127.0.0.1,80\fP
|
Default: \fB127.0.0.1,80\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
@ -68,6 +70,8 @@ Default: \fB127.0.0.1,80\fP
|
||||||
.B \-f, \-\-frontend=<HOST,PORT>
|
.B \-f, \-\-frontend=<HOST,PORT>
|
||||||
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
|
||||||
|
name with "unix:" (e.g., \fI\-funix\fP:/var/run/nghttpx.sock)
|
||||||
.sp
|
.sp
|
||||||
Default: \fB*,3000\fP
|
Default: \fB*,3000\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
@ -365,7 +369,7 @@ NPN. The parameter must be delimited by a single comma
|
||||||
only and any white spaces are treated as a part of
|
only and any white spaces are treated as a part of
|
||||||
protocol string.
|
protocol string.
|
||||||
.sp
|
.sp
|
||||||
Default: \fBh2\-16,h2\-14,spdy/3.1,http/1.1\fP
|
Default: \fBh2,h2\-16,h2\-14,spdy/3.1,http/1.1\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -38,7 +38,9 @@ Connections
|
||||||
backend addresses are accepted by repeating this option.
|
backend addresses are accepted by repeating this option.
|
||||||
HTTP/2 backend does not support multiple backend
|
HTTP/2 backend does not support multiple backend
|
||||||
addresses and the first occurrence of this option is
|
addresses and the first occurrence of this option is
|
||||||
used.
|
used. UNIX domain socket can be specified by prefixing
|
||||||
|
path name with "unix:" (e.g.,
|
||||||
|
:option:`-bunix`\:/var/run/backend.sock)
|
||||||
|
|
||||||
Default: ``127.0.0.1,80``
|
Default: ``127.0.0.1,80``
|
||||||
|
|
||||||
|
@ -46,6 +48,8 @@ Connections
|
||||||
|
|
||||||
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.
|
||||||
|
UNIX domain socket can be specified by prefixing path
|
||||||
|
name with "unix:" (e.g., :option:`-funix`\:/var/run/nghttpx.sock)
|
||||||
|
|
||||||
Default: ``*,3000``
|
Default: ``*,3000``
|
||||||
|
|
||||||
|
@ -316,7 +320,7 @@ SSL/TLS
|
||||||
only and any white spaces are treated as a part of
|
only and any white spaces are treated as a part of
|
||||||
protocol string.
|
protocol string.
|
||||||
|
|
||||||
Default: ``h2-16,h2-14,spdy/3.1,http/1.1``
|
Default: ``h2,h2-16,h2-14,spdy/3.1,http/1.1``
|
||||||
|
|
||||||
.. option:: --verify-client
|
.. option:: --verify-client
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue