diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-02-12 01:13:38 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-02-12 01:13:38 +0300 |
| commit | f3cd4af7924765b6210dbac064dc4ecd1a5f6c95 (patch) | |
| tree | ef9c9f16d81c67dc0df72ff4906b3ecae0489c53 /docs | |
| parent | 7afb62dd97400511d5171c7d468d7250e255d3ab (diff) | |
| parent | 2d2e79ea9cbebd8ae25ce77131b01ddfd8b59b53 (diff) | |
| download | rabbitmq-server-git-f3cd4af7924765b6210dbac064dc4ecd1a5f6c95.tar.gz | |
Merge branch 'master' into queues-testing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 12 |
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 |
