Commit f4412877 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Update doc

parent e428bff9
...@@ -1591,7 +1591,7 @@ HTTP: ...@@ -1591,7 +1591,7 @@ HTTP:
given, the interface address of the connection, given, the interface address of the connection,
including port number, is sent with "by" parameter. including port number, is sent with "by" parameter.
User can also specify the static obfuscated string. The User can also specify the static obfuscated string. The
limitation is that it must starts with "_", and only limitation is that it must start with "_", and only
consists of character set [A-Za-z0-9._-], as described consists of character set [A-Za-z0-9._-], as described
in RFC 7239. in RFC 7239.
Default: obfuscated Default: obfuscated
...@@ -1602,8 +1602,8 @@ HTTP: ...@@ -1602,8 +1602,8 @@ HTTP:
connection. If "ip" is given, the remote client address connection. If "ip" is given, the remote client address
of the connection, without port number, is sent with of the connection, without port number, is sent with
"for" parameter. User can also specify the static "for" parameter. User can also specify the static
obfuscated string. The limitation is that it must obfuscated string. The limitation is that it must start
starts with "_", and only consists of character set with "_", and only consists of character set
[A-Za-z0-9._-], as described in RFC 7239. [A-Za-z0-9._-], as described in RFC 7239.
Default: obfuscated Default: obfuscated
--no-via Don't append to Via header field. If Via header field --no-via Don't append to Via header field. If Via header field
......
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