Update manual pages

This commit is contained in:
Tatsuhiro Tsujikawa 2017-04-09 16:09:44 +09:00
parent ec908af19c
commit 49af52a68d
5 changed files with 22 additions and 16 deletions

View File

@ -1,6 +1,6 @@
.\" 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
h2load \- HTTP/2 benchmarking tool
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttp \- HTTP/2 client
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttpd \- HTTP/2 server
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttpx \- HTTP/2 proxy
.
@ -1207,15 +1207,18 @@ requests.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-add\-x\-forwarded\-proto
Append X\-Forwarded\-Proto header field to the backend
request.
.B \-\-no\-add\-x\-forwarded\-proto
Don\(aqt append additional X\-Forwarded\-Proto header field
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
.INDENT 0.0
.TP
.B \-\-strip\-incoming\-x\-forwarded\-proto
Strip X\-Forwarded\-Proto header field from inbound client
requests.
.B \-\-no\-strip\-incoming\-x\-forwarded\-proto
Don\(aqt strip X\-Forwarded\-Proto header field from inbound
client requests.
.UNINDENT
.INDENT 0.0
.TP

View File

@ -1094,15 +1094,18 @@ HTTP
Strip X-Forwarded-For header field from inbound client
requests.
.. option:: --add-x-forwarded-proto
.. option:: --no-add-x-forwarded-proto
Append X-Forwarded-Proto header field to the backend
request.
Don't append additional X-Forwarded-Proto header field
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
requests.
Don't strip X-Forwarded-Proto header field from inbound
client requests.
.. option:: --add-forwarded=<LIST>