summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-02-12 01:13:38 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-02-12 01:13:38 +0300
commitf3cd4af7924765b6210dbac064dc4ecd1a5f6c95 (patch)
treeef9c9f16d81c67dc0df72ff4906b3ecae0489c53 /docs
parent7afb62dd97400511d5171c7d468d7250e255d3ab (diff)
parent2d2e79ea9cbebd8ae25ce77131b01ddfd8b59b53 (diff)
downloadrabbitmq-server-git-f3cd4af7924765b6210dbac064dc4ecd1a5f6c95.tar.gz
Merge branch 'master' into queues-testing
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index b82956a267..42aea4acf5 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -38,19 +38,19 @@
## and TLS listeners.
##
# num_acceptors.tcp = 10
-# num_acceptors.ssl = 1
+# num_acceptors.ssl = 10
-## Maximum time for AMQP 0-8/0-9/0-9-1 handshake (after socket connection
-## and TLS handshake), in milliseconds.
+## Maximum amount of time allowed for the AMQP 0-9-1 and AMQP 1.0 handshake
+## (performed after socket connection and TLS handshake) to complete, in milliseconds.
##
# handshake_timeout = 10000
## Set to 'true' to perform reverse DNS lookups when accepting a
-## connection. Hostnames will then be shown instead of IP addresses
-## in rabbitmqctl and the management plugin.
+## connection. rabbitmqctl and management UI will then display hostnames
+## instead of IP addresses. Default value is `false`.
##
-# reverse_dns_lookups = true
+# reverse_dns_lookups = false
##
## Security, Access Control