Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kong.conf.default: clarify purpose of cluster_listen_rpc #1860

Merged
merged 1 commit into from
Dec 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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