update docs

This commit is contained in:
Frank Schroeder 2017-09-29 11:39:37 +02:00 committed by Frank Schröder
parent 8d8e2523eb
commit 544788d708
1 changed files with 0 additions and 11 deletions

View File

@ -674,17 +674,6 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
* <a name="serf_lan_bind"></a><a href="#serf_lan_bind">`serf_lan_bind`</a> Equivalent to
the [`-serf-lan-bind` command-line flag](#_serf_lan_bind).
* <a name="advertise_addrs"></a><a href="#advertise_addrs">`advertise_addrs`</a> Allows to set
the advertised addresses for SerfLan, SerfWan and RPC together with the port. This gives
you more control than <a href="#_advertise">`-advertise`</a> or <a href="#_advertise-wan">`-advertise-wan`</a>
while it serves the same purpose. These settings might override <a href="#_advertise">`-advertise`</a> or
<a href="#_advertise-wan">`-advertise-wan`</a>
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_wan` - The SerfWan address. Accepts values in the form of "host:port" like "10.23.31.101:8302".
- `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
the [`-advertise-wan` command-line flag](#_advertise-wan).