Update manual pages

This commit is contained in:
Tatsuhiro Tsujikawa 2017-04-06 20:26:08 +09:00
parent 4e6bd54dd1
commit 39fd0c1278
5 changed files with 47 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "H2LOAD" "1" "Mar 27, 2017" "1.21.0" "nghttp2" .TH "H2LOAD" "1" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
. .

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTP" "1" "Mar 27, 2017" "1.21.0" "nghttp2" .TH "NGHTTP" "1" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME .SH NAME
nghttp \- HTTP/2 client nghttp \- HTTP/2 client
. .

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPD" "1" "Mar 27, 2017" "1.21.0" "nghttp2" .TH "NGHTTPD" "1" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME .SH NAME
nghttpd \- HTTP/2 server nghttpd \- HTTP/2 server
. .

View File

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPX" "1" "Mar 27, 2017" "1.21.0" "nghttp2" .TH "NGHTTPX" "1" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME .SH NAME
nghttpx \- HTTP/2 proxy nghttpx \- HTTP/2 proxy
. .
@ -1207,6 +1207,18 @@ requests.
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-add\-x\-forwarded\-proto
Append X\-Forwarded\-Proto header field to the backend
request.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-strip\-incoming\-x\-forwarded\-proto
Strip X\-Forwarded\-Proto header field from inbound client
requests.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-add\-forwarded=<LIST> .B \-\-add\-forwarded=<LIST>
Append RFC 7239 Forwarded header field with parameters Append RFC 7239 Forwarded header field with parameters
specified in comma delimited list <LIST>. The supported specified in comma delimited list <LIST>. The supported
@ -1460,6 +1472,17 @@ Set path to save PID of this program.
Run this program as <USER>. This option is intended to Run this program as <USER>. This option is intended to
be used to drop root privileges. be used to drop root privileges.
.UNINDENT .UNINDENT
.INDENT 0.0
.TP
.B \-\-single\-process
Run this program in a single process mode for debugging
purpose. Without this option, nghttpx creates at least
2 processes: master and worker processes. If this
option is used, master and worker are unified into a
single process. nghttpx still spawns additional process
if neverbleed is used. In the single process mode, the
signal handling feature is disabled.
.UNINDENT
.SS Scripting .SS Scripting
.INDENT 0.0 .INDENT 0.0
.TP .TP

View File

@ -1094,6 +1094,16 @@ HTTP
Strip X-Forwarded-For header field from inbound client Strip X-Forwarded-For header field from inbound client
requests. requests.
.. option:: --add-x-forwarded-proto
Append X-Forwarded-Proto header field to the backend
request.
.. option:: --strip-incoming-x-forwarded-proto
Strip X-Forwarded-Proto header field from inbound client
requests.
.. option:: --add-forwarded=<LIST> .. option:: --add-forwarded=<LIST>
Append RFC 7239 Forwarded header field with parameters Append RFC 7239 Forwarded header field with parameters
@ -1332,6 +1342,16 @@ Process
Run this program as <USER>. This option is intended to Run this program as <USER>. This option is intended to
be used to drop root privileges. be used to drop root privileges.
.. option:: --single-process
Run this program in a single process mode for debugging
purpose. Without this option, nghttpx creates at least
2 processes: master and worker processes. If this
option is used, master and worker are unified into a
single process. nghttpx still spawns additional process
if neverbleed is used. In the single process mode, the
signal handling feature is disabled.
Scripting Scripting
~~~~~~~~~ ~~~~~~~~~