Update manual pages
This commit is contained in:
parent
ec908af19c
commit
49af52a68d
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
|
.TH "H2LOAD" "1" "Apr 09, 2017" "1.22.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" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
|
.TH "NGHTTP" "1" "Apr 09, 2017" "1.22.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" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
|
.TH "NGHTTPD" "1" "Apr 09, 2017" "1.22.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" "Apr 06, 2017" "1.22.0-DEV" "nghttp2"
|
.TH "NGHTTPX" "1" "Apr 09, 2017" "1.22.0-DEV" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -1207,15 +1207,18 @@ requests.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
.B \-\-add\-x\-forwarded\-proto
|
.B \-\-no\-add\-x\-forwarded\-proto
|
||||||
Append X\-Forwarded\-Proto header field to the backend
|
Don\(aqt append additional X\-Forwarded\-Proto header field
|
||||||
request.
|
to the backend request. If inbound client sets
|
||||||
|
X\-Forwarded\-Proto, and
|
||||||
|
\fI\%\-\-no\-strip\-incoming\-x\-forwarded\-proto\fP option is used,
|
||||||
|
they are passed to the backend.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
.B \-\-strip\-incoming\-x\-forwarded\-proto
|
.B \-\-no\-strip\-incoming\-x\-forwarded\-proto
|
||||||
Strip X\-Forwarded\-Proto header field from inbound client
|
Don\(aqt strip X\-Forwarded\-Proto header field from inbound
|
||||||
requests.
|
client requests.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -1094,15 +1094,18 @@ 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
|
.. option:: --no-add-x-forwarded-proto
|
||||||
|
|
||||||
Append X-Forwarded-Proto header field to the backend
|
Don't append additional X-Forwarded-Proto header field
|
||||||
request.
|
to the backend request. If inbound client sets
|
||||||
|
X-Forwarded-Proto, and
|
||||||
|
:option:`--no-strip-incoming-x-forwarded-proto` option is used,
|
||||||
|
they are passed to the backend.
|
||||||
|
|
||||||
.. option:: --strip-incoming-x-forwarded-proto
|
.. option:: --no-strip-incoming-x-forwarded-proto
|
||||||
|
|
||||||
Strip X-Forwarded-Proto header field from inbound client
|
Don't strip X-Forwarded-Proto header field from inbound
|
||||||
requests.
|
client requests.
|
||||||
|
|
||||||
.. option:: --add-forwarded=<LIST>
|
.. option:: --add-forwarded=<LIST>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue