Commit a55a080b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update man pages

parent df32a534
.\" 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
. .
......
.\" 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
. .
......
.\" 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
. .
......
.\" 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 ...@@ -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
...@@ -67,7 +69,9 @@ Default: \fB127.0.0.1,80\fP ...@@ -67,7 +69,9 @@ Default: \fB127.0.0.1,80\fP
.TP .TP
.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 ...@@ -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,14 +38,18 @@ Connections ...@@ -38,14 +38,18 @@ 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``
.. option:: -f, --frontend=<HOST,PORT> .. option:: -f, --frontend=<HOST,PORT>
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 ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment