nghttpx: Update doc
This commit is contained in:
parent
e428bff961
commit
f44128774c
|
@ -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:
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue