Skip to content

Commit

Permalink
docs(kong.conf.default) clarify cluster_listen_rpc purpose (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmonin authored and Tieske committed Dec 2, 2016
1 parent ece1752 commit 711a39b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kong.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@
# TCP and UDP on this address.
# Only IPv4 addresses are supported.

#cluster_listen_rpc = 127.0.0.1:7373 # Address and port used by this node to
# communicate with the cluster.
# Only contains TCP traffic over the
# local network.
#cluster_listen_rpc = 127.0.0.1:7373 # Address and port used to communicate
# with the cluster through the agent
# running on this node. Only contains
# TCP traffic local to this node.

#cluster_advertise = # By default, the `cluster_listen` address
# is advertised over the cluster.
Expand Down

0 comments on commit 711a39b

Please sign in to comment.