Update man pages
This commit is contained in:
parent
f3a0ab6552
commit
94d6320376
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
|
.TH "H2LOAD" "1" "February 27, 2015" "0.7.5" "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 22, 2015" "0.7.5-DEV" "nghttp2"
|
.TH "NGHTTP" "1" "February 27, 2015" "0.7.5" "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 22, 2015" "0.7.5-DEV" "nghttp2"
|
.TH "NGHTTPD" "1" "February 27, 2015" "0.7.5" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 experimental server
|
nghttpd \- HTTP/2 experimental server
|
||||||
.
|
.
|
||||||
|
@ -56,6 +56,12 @@ Set path to server\(aqs certificate. Required unless
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
.B \-a, \-\-address=<ADDR>
|
||||||
|
The address to bind to. If not specified the default IP
|
||||||
|
address determined by getaddrinfo is used.
|
||||||
|
.UNINDENT
|
||||||
|
.INDENT 0.0
|
||||||
|
.TP
|
||||||
.B \-D, \-\-daemon
|
.B \-D, \-\-daemon
|
||||||
Run in a background. If \fI\-D\fP is used, the current working
|
Run in a background. If \fI\-D\fP is used, the current working
|
||||||
directory is changed to \(aq\fI/\fP\(aq. Therefore if this option
|
directory is changed to \(aq\fI/\fP\(aq. Therefore if this option
|
||||||
|
|
|
@ -30,6 +30,11 @@ HTTP/2 experimental server
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
.. option:: -a, --address=<ADDR>
|
||||||
|
|
||||||
|
The address to bind to. If not specified the default IP
|
||||||
|
address determined by getaddrinfo is used.
|
||||||
|
|
||||||
.. option:: -D, --daemon
|
.. option:: -D, --daemon
|
||||||
|
|
||||||
Run in a background. If :option:`-D` is used, the current working
|
Run in a background. If :option:`-D` is used, the current working
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "February 22, 2015" "0.7.5-DEV" "nghttp2"
|
.TH "NGHTTPX" "1" "February 27, 2015" "0.7.5" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 experimental proxy
|
nghttpx \- HTTP/2 experimental proxy
|
||||||
.
|
.
|
||||||
|
@ -834,6 +834,17 @@ associated stream\(aqs status code must be 200.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.sp
|
.sp
|
||||||
These limitations may be loosened in the future release.
|
These limitations may be loosened in the future release.
|
||||||
|
.SH UNIX DOMAIN SOCKET
|
||||||
|
.sp
|
||||||
|
nghttpx supports UNIX domain socket with a filename for both frontend
|
||||||
|
and backend connections.
|
||||||
|
.sp
|
||||||
|
Please note that current nghttpx implementation does not delete a
|
||||||
|
socket with a filename. And on start up, if nghttpx detects that the
|
||||||
|
specified socket already exists in the file system, nghttpx first
|
||||||
|
deletes it. However, if SIGUSR2 is used to execute new binary and
|
||||||
|
both old and new configurations use same filename, new binary does not
|
||||||
|
delete the socket and continues to use it.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.sp
|
.sp
|
||||||
\fInghttp(1)\fP, \fInghttpd(1)\fP, \fIh2load(1)\fP
|
\fInghttp(1)\fP, \fInghttpd(1)\fP, \fIh2load(1)\fP
|
||||||
|
|
|
@ -747,6 +747,19 @@ Currently, the following restrictions are applied for server push:
|
||||||
|
|
||||||
These limitations may be loosened in the future release.
|
These limitations may be loosened in the future release.
|
||||||
|
|
||||||
|
UNIX DOMAIN SOCKET
|
||||||
|
------------------
|
||||||
|
|
||||||
|
nghttpx supports UNIX domain socket with a filename for both frontend
|
||||||
|
and backend connections.
|
||||||
|
|
||||||
|
Please note that current nghttpx implementation does not delete a
|
||||||
|
socket with a filename. And on start up, if nghttpx detects that the
|
||||||
|
specified socket already exists in the file system, nghttpx first
|
||||||
|
deletes it. However, if SIGUSR2 is used to execute new binary and
|
||||||
|
both old and new configurations use same filename, new binary does not
|
||||||
|
delete the socket and continues to use it.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue