From aebae0349bf057583148ffb3f87c649bfab90b62 Mon Sep 17 00:00:00 2001 From: Roman Landenband Date: Tue, 29 Mar 2016 15:10:28 +0300 Subject: [PATCH] clerify RPC usage --- website/source/docs/agent/options.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index ddd19b20db..28756bb59e 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/website/source/docs/agent/options.html.markdown @@ -383,7 +383,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `dns` - The DNS server. Defaults to `client_addr` * `http` - The HTTP API. Defaults to `client_addr` * `https` - The HTTPS API. Defaults to `client_addr` - * `rpc` - The RPC endpoint. Defaults to `client_addr` + * `rpc` - The CLI RPC endpoint. Defaults to `client_addr` * `advertise_addr` Equivalent to the [`-advertise` command-line flag](#_advertise). @@ -552,7 +552,7 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass * `dns` - The DNS server, -1 to disable. Default 8600. * `http` - The HTTP API, -1 to disable. Default 8500. * `https` - The HTTPS API, -1 to disable. Default -1 (disabled). - * `rpc` - The RPC endpoint. Default 8400. + * `rpc` - The server RPC endpoint. Default 8400. * `serf_lan` - The Serf LAN port. Default 8301. * `serf_wan` - The Serf WAN port. Default 8302. * `server` - Server RPC address. Default 8300.