Merge pull request #1839 from foxel/patch-1

Clarification for advertise_addrs.rpc
pull/1859/head
James Phillips 2016-03-21 16:14:17 -07:00
commit e60a095207
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
This is a nested setting that allows the following keys: This is a nested setting that allows the following keys:
* `serf_lan` - The SerfLan address. Accepts values in the form of "host:port" like "10.23.31.101:8301". * `serf_lan` - The SerfLan address. Accepts values in the form of "host:port" like "10.23.31.101:8301".
* `serf_wan` - The SerfWan address. Accepts values in the form of "host:port" like "10.23.31.101:8302". * `serf_wan` - The SerfWan address. Accepts values in the form of "host:port" like "10.23.31.101:8302".
* `rpc` - The RPC address. Accepts values in the form of "host:port" like "10.23.31.101:8400". * `rpc` - The server RPC address. Accepts values in the form of "host:port" like "10.23.31.101:8300".
* <a name="advertise_addr_wan"></a><a href="#advertise_addr_wan">`advertise_addr_wan`</a> Equivalent to * <a name="advertise_addr_wan"></a><a href="#advertise_addr_wan">`advertise_addr_wan`</a> Equivalent to
the [`-advertise-wan` command-line flag](#_advertise-wan). the [`-advertise-wan` command-line flag](#_advertise-wan).