nghttpx: Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2016-03-14 23:53:10 +09:00
parent a909bb3eca
commit dd2bdf3e31
1 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,8 @@ struct DownstreamAddrConfig {
// backend address. If |host_unix| is true, this is UNIX domain // backend address. If |host_unix| is true, this is UNIX domain
// socket path. // socket path.
ImmutableString host; ImmutableString host;
// <HOST>:<PORT>. This does not treat 80 and 443 specially. If
// |host_unix| is true, this is "localhost".
ImmutableString hostport; ImmutableString hostport;
// backend port. 0 if |host_unix| is true. // backend port. 0 if |host_unix| is true.
uint16_t port; uint16_t port;