diff options
| author | Michael Klishin <michael@novemberain.com> | 2019-02-14 13:55:14 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-14 13:55:14 +0300 |
| commit | bdf3cfb76205fef2b6208b17cc81f3b86d8b1db6 (patch) | |
| tree | 2d4db76d73c5a1e30e7d67feca7cf4e684eaac05 | |
| parent | de2818537e2e1c4bf773c2b7d9b23059e562f393 (diff) | |
| parent | c32870a6dd57f467991ac1f49316ef1ada9e6dfb (diff) | |
| download | rabbitmq-server-git-bdf3cfb76205fef2b6208b17cc81f3b86d8b1db6.tar.gz | |
Merge pull request #1882 from rabbitmq/rabbitmq-server_conf_example
Remove inet_dist_listen_* configuration
| -rw-r--r-- | docs/rabbitmq.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index 81958c89fd..1aa3943a86 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -509,10 +509,10 @@ # net_ticktime = 60 ## Inter-node communication port range. +## The parameters inet_dist_listen_min and inet_dist_listen_max +## can be configured in the classic config format only. ## Related doc guide: https://www.rabbitmq.com/networking.html#epmd-inet-dist-port-range. -## -# inet_dist_listen_min = 25672 -# inet_dist_listen_max = 25692 + ## ---------------------------------------------------------------------------- ## RabbitMQ Management Plugin |
