diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2020-08-17 19:47:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-17 19:47:13 +0300 |
| commit | bddc9a2f658a0bf6034a0527161f155fd5439b53 (patch) | |
| tree | e995b479420535cd5e475a7c90bb249dde9c1ecd /docs | |
| parent | 57d6213545f234ec1553521bcef7a287ccb469e9 (diff) | |
| download | rabbitmq-server-git-bddc9a2f658a0bf6034a0527161f155fd5439b53.tar.gz | |
rabbitmq.conf.example: mention how to disable non-TLS listeners
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index fb78a83da9..17e023e62c 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -34,6 +34,11 @@ ## # listeners.ssl.default = 5671 +## It is possible to disable regular TCP (non-TLS) listeners. Clients +## not configured to use TLS and the correct TLS-enabled port won't be able +## to connect to this node. +# listeners.tcp = none + ## Number of Erlang processes that will accept connections for the TCP ## and TLS listeners. ## |
