diff options
| author | Gabriele <gsantomaggio@suse.com> | 2019-02-14 09:59:12 +0100 |
|---|---|---|
| committer | Gabriele <gsantomaggio@suse.com> | 2019-02-14 09:59:12 +0100 |
| commit | c32870a6dd57f467991ac1f49316ef1ada9e6dfb (patch) | |
| tree | 2d4db76d73c5a1e30e7d67feca7cf4e684eaac05 /docs | |
| parent | de2818537e2e1c4bf773c2b7d9b23059e562f393 (diff) | |
| download | rabbitmq-server-git-c32870a6dd57f467991ac1f49316ef1ada9e6dfb.tar.gz | |
Remove inet_dist_listen_* configuration
part of https://github.com/rabbitmq/rabbitmq-server/pull/1881
Diffstat (limited to 'docs')
| -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 |
