summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/README-for-packages4
-rw-r--r--docs/advanced.config.example8
-rw-r--r--docs/rabbitmq-diagnostics.82
-rw-r--r--docs/rabbitmq-echopid.82
-rw-r--r--docs/rabbitmq-env.conf.52
-rw-r--r--docs/rabbitmq-plugins.82
-rw-r--r--docs/rabbitmq-server.82
-rw-r--r--docs/rabbitmq-server.service.example2
-rw-r--r--docs/rabbitmq-service.82
-rw-r--r--docs/rabbitmq.conf.example64
-rw-r--r--docs/rabbitmq.config.example70
-rw-r--r--docs/rabbitmqctl.86
12 files changed, 83 insertions, 83 deletions
diff --git a/docs/README-for-packages b/docs/README-for-packages
index f26889b640..b3761836a1 100644
--- a/docs/README-for-packages
+++ b/docs/README-for-packages
@@ -3,11 +3,11 @@ This is rabbitmq-server, a message broker implementing AMQP, STOMP and MQTT.
Most of the documentation for RabbitMQ is provided on the RabbitMQ web
site. You can see documentation for the current version at:
-http://www.rabbitmq.com/documentation.html
+https://www.rabbitmq.com/documentation.html
and for previous versions at:
-http://www.rabbitmq.com/previous.html
+https://www.rabbitmq.com/previous.html
Man pages are installed with this package. Of particular interest are
rabbitmqctl(1), to interact with a running RabbitMQ server, and
diff --git a/docs/advanced.config.example b/docs/advanced.config.example
index 82a1c000e1..dc5ab8fc0c 100644
--- a/docs/advanced.config.example
+++ b/docs/advanced.config.example
@@ -4,17 +4,17 @@
%% ----------------------------------------------------------------------------
%% Advanced Erlang Networking/Clustering Options.
%%
- %% See http://www.rabbitmq.com/clustering.html for details
+ %% See https://www.rabbitmq.com/clustering.html for details
%% ----------------------------------------------------------------------------
%% Sets the net_kernel tick time.
%% Please see http://erlang.org/doc/man/kernel_app.html and
- %% http://www.rabbitmq.com/nettick.html for further details.
+ %% https://www.rabbitmq.com/nettick.html for further details.
%%
%% {kernel, [{net_ticktime, 60}]},
%% ----------------------------------------------------------------------------
%% RabbitMQ Shovel Plugin
%%
- %% See http://www.rabbitmq.com/shovel.html for details
+ %% See https://www.rabbitmq.com/shovel.html for details
%% ----------------------------------------------------------------------------
{rabbitmq_shovel,
@@ -87,7 +87,7 @@
%% The LDAP plugin can perform a variety of queries against your
%% LDAP server to determine questions of authorisation. See
- %% http://www.rabbitmq.com/ldap.html#authorisation for more
+ %% https://www.rabbitmq.com/ldap.html#authorisation for more
%% information.
%% Set the query to use when determining vhost access
diff --git a/docs/rabbitmq-diagnostics.8 b/docs/rabbitmq-diagnostics.8
index 3927280ae9..2817939fa4 100644
--- a/docs/rabbitmq-diagnostics.8
+++ b/docs/rabbitmq-diagnostics.8
@@ -2,7 +2,7 @@
.\" The contents of this file are subject to the Mozilla Public License
.\" Version 1.1 (the "License"); you may not use this file except in
.\" compliance with the License. You may obtain a copy of the License
-.\" at http://www.mozilla.org/MPL/
+.\" at https://www.mozilla.org/MPL/
.\"
.\" Software distributed under the License is distributed on an "AS IS"
.\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
diff --git a/docs/rabbitmq-echopid.8 b/docs/rabbitmq-echopid.8
index 1ce2561ec7..b0c4aff614 100644
--- a/docs/rabbitmq-echopid.8
+++ b/docs/rabbitmq-echopid.8
@@ -2,7 +2,7 @@
.\" The contents of this file are subject to the Mozilla Public License
.\" Version 1.1 (the "License"); you may not use this file except in
.\" compliance with the License. You may obtain a copy of the License
-.\" at http://www.mozilla.org/MPL/
+.\" at https://www.mozilla.org/MPL/
.\"
.\" Software distributed under the License is distributed on an "AS IS"
.\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
diff --git a/docs/rabbitmq-env.conf.5 b/docs/rabbitmq-env.conf.5
index a97431c538..d54225a2cd 100644
--- a/docs/rabbitmq-env.conf.5
+++ b/docs/rabbitmq-env.conf.5
@@ -2,7 +2,7 @@
.\" The contents of this file are subject to the Mozilla Public License
.\" Version 1.1 (the "License"); you may not use this file except in
.\" compliance with the License. You may obtain a copy of the License
-.\" at http://www.mozilla.org/MPL/
+.\" at https://www.mozilla.org/MPL/
.\"
.\" Software distributed under the License is distributed on an "AS IS"
.\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
diff --git a/docs/rabbitmq-plugins.8 b/docs/rabbitmq-plugins.8
index 4d0d86150e..93561b2627 100644
--- a/docs/rabbitmq-plugins.8
+++ b/docs/rabbitmq-plugins.8
@@ -2,7 +2,7 @@
.\" The contents of this file are subject to the Mozilla Public License
.\" Version 1.1 (the "License"); you may not use this file except in
.\" compliance with the License. You may obtain a copy of the License
-.\" at http://www.mozilla.org/MPL/
+.\" at https://www.mozilla.org/MPL/
.\"
.\" Software distributed under the License is distributed on an "AS IS"
.\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
diff --git a/docs/rabbitmq-server.8 b/docs/rabbitmq-server.8
index 87c6e7c531..a197d939b9 100644
--- a/docs/rabbitmq-server.8
+++ b/docs/rabbitmq-server.8
@@ -2,7 +2,7 @@
.\" The contents of this file are subject to the Mozilla Public License
.\" Version 1.1 (the "License"); you may not use this file except in
.\" compliance with the License. You may obtain a copy of the License
-.\" at http://www.mozilla.org/MPL/
+.\" at https://www.mozilla.org/MPL/
.\"
.\" Software distributed under the License is distributed on an "AS IS"
.\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
diff --git a/docs/rabbitmq-server.service.example b/docs/rabbitmq-server.service.example
index f1ab9261a7..dec70eb635 100644
--- a/docs/rabbitmq-server.service.example
+++ b/docs/rabbitmq-server.service.example
@@ -14,7 +14,7 @@ TimeoutStartSec=3600
# You *may* wish to add the following to automatically restart RabbitMQ
# in the event of a failure. systemd service restarts are not a
# replacement for service monitoring. Please see
-# http://www.rabbitmq.com/monitoring.html
+# https://www.rabbitmq.com/monitoring.html
#
# Restart=on-failure
# RestartSec=10
diff --git a/docs/rabbitmq-service.8 b/docs/rabbitmq-service.8
index ec02d98e15..b601ed60cd 100644
--- a/docs/rabbitmq-service.8
+++ b/docs/rabbitmq-service.8
@@ -2,7 +2,7 @@
.\" The contents of this file are subject to the Mozilla Public License
.\" Version 1.1 (the "License"); you may not use this file except in
.\" compliance with the License. You may obtain a copy of the License
-.\" at http://www.mozilla.org/MPL/
+.\" at https://www.mozilla.org/MPL/
.\"
.\" Software distributed under the License is distributed on an "AS IS"
.\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 1aa3943a86..d610f5bef5 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -2,13 +2,13 @@
# RabbitMQ broker section
# ======================================
-## Related doc guide: http://rabbitmq.com/configure.html. See
-## http://rabbitmq.com/documentation.html for documentation ToC.
+## Related doc guide: https://rabbitmq.com/configure.html. See
+## https://rabbitmq.com/documentation.html for documentation ToC.
## Networking
## ====================
##
-## Related doc guide: http://rabbitmq.com/networking.html.
+## Related doc guide: https://rabbitmq.com/networking.html.
##
## By default, RabbitMQ will listen on all interfaces, using
## the standard (reserved) AMQP 0-9-1 and 1.0 port.
@@ -57,7 +57,7 @@
## ==============
##
-## Related doc guide: http://rabbitmq.com/access-control.html.
+## Related doc guide: https://rabbitmq.com/access-control.html.
## The default "guest" user is only permitted to access the server
## via a loopback interface (e.g. localhost).
@@ -71,7 +71,7 @@
## TLS configuration.
##
-## Related doc guide: http://rabbitmq.com/ssl.html.
+## Related doc guide: https://rabbitmq.com/ssl.html.
##
# ssl_options.verify = verify_peer
# ssl_options.fail_if_no_peer_cert = false
@@ -127,8 +127,8 @@
##
## Related doc guides:
##
-## * http://rabbitmq.com/plugins.html
-## * http://rabbitmq.com/access-control.html
+## * https://rabbitmq.com/plugins.html
+## * https://rabbitmq.com/access-control.html
##
# auth_backends.1 = rabbit_auth_backend_internal
@@ -144,8 +144,8 @@
##
## Relevant doc guides:
##
-## * http://rabbitmq.com/ldap.html
-## * http://rabbitmq.com/access-control.html
+## * https://rabbitmq.com/ldap.html
+## * https://rabbitmq.com/access-control.html
##
## uses LDAP for both authentication and authorisation
# auth_backends.1 = rabbit_auth_backend_ldap
@@ -163,14 +163,14 @@
## 'AMQPLAIN', and 'EXTERNAL' Additional mechanisms can be added via
## plugins.
##
-## Related doc guide: http://rabbitmq.com/authentication.html.
+## Related doc guide: https://rabbitmq.com/authentication.html.
##
# auth_mechanisms.1 = PLAIN
# auth_mechanisms.2 = AMQPLAIN
## The rabbitmq-auth-mechanism-ssl plugin makes it possible to
## authenticate a user based on the client's x509 (TLS) certificate.
-## Related doc guide: http://rabbitmq.com/authentication.html.
+## Related doc guide: https://rabbitmq.com/authentication.html.
##
## To use auth-mechanism-ssl, the EXTERNAL mechanism should
## be enabled:
@@ -221,7 +221,7 @@
## On first start RabbitMQ will create a vhost and a user. These
## config items control what gets created.
-## Relevant doc guide: http://rabbitmq.com/access-control.html
+## Relevant doc guide: https://rabbitmq.com/access-control.html
##
# default_vhost = /
# default_user = guest
@@ -234,7 +234,7 @@
## Tags for default user
##
## For more details about tags, see the documentation for the
-## Management Plugin at http://rabbitmq.com/management.html.
+## Management Plugin at https://rabbitmq.com/management.html.
##
# default_user_tags.administrator = true
@@ -250,8 +250,8 @@
## Set the default AMQP 0-9-1 heartbeat interval (in seconds).
## Related doc guides:
##
-## * http://rabbitmq.com/heartbeats.html
-## * http://rabbitmq.com/networking.html
+## * https://rabbitmq.com/heartbeats.html
+## * https://rabbitmq.com/networking.html
##
# heartbeat = 60
@@ -273,8 +273,8 @@
##
## Related doc guides:
##
-## * http://rabbitmq.com/networking.html
-## * http://www.erlang.org/doc/man/inet.html#setopts-2
+## * https://rabbitmq.com/networking.html
+## * https://www.erlang.org/doc/man/inet.html#setopts-2
##
# tcp_listen_options.backlog = 128
@@ -292,7 +292,7 @@
## Resource Limits & Flow Control
## ==============================
##
-## Related doc guide: http://rabbitmq.com/memory.html.
+## Related doc guide: https://rabbitmq.com/memory.html.
## Memory-based Flow Control threshold.
##
@@ -328,7 +328,7 @@
##
## Another alternative is to configure queues to page all messages (both
## persistent and transient) to disk as quickly
-## as possible, see http://rabbitmq.com/lazy-queues.html.
+## as possible, see https://rabbitmq.com/lazy-queues.html.
##
# vm_memory_high_watermark_paging_ratio = 0.5
@@ -389,7 +389,7 @@
## Make clustering happen *automatically* at startup. Only applied
## to nodes that have just been reset or started for the first time.
##
-## Relevant doc guide: http://rabbitmq.com//cluster-formation.html
+## Relevant doc guide: https://rabbitmq.com//cluster-formation.html
##
# cluster_formation.peer_discovery_backend = rabbit_peer_discovery_classic_config
@@ -456,7 +456,7 @@
# mnesia_table_loading_retry_limit = 10
## Size in bytes below which to embed messages in the queue index.
-## Related doc guide: http://rabbitmq.com/persistence-conf.html
+## Related doc guide: https://rabbitmq.com/persistence-conf.html
##
# queue_index_embed_msgs_below = 4096
@@ -472,7 +472,7 @@
## (see https://www.erlang-solutions.com/blog/erlang-garbage-collector.html).
##
## Before trying this option, please take a look at the memory
-## breakdown (http://www.rabbitmq.com/memory-use.html).
+## breakdown (https://www.rabbitmq.com/memory-use.html).
##
# background_gc_enabled = false
@@ -496,7 +496,7 @@
## ----------------------------------------------------------------------------
## Advanced Erlang Networking/Clustering Options.
##
-## Related doc guide: http://rabbitmq.com/clustering.html
+## Related doc guide: https://rabbitmq.com/clustering.html
## ----------------------------------------------------------------------------
# ======================================
@@ -517,7 +517,7 @@
## ----------------------------------------------------------------------------
## RabbitMQ Management Plugin
##
-## Related doc guide: http://rabbitmq.com/management.html.
+## Related doc guide: https://rabbitmq.com/management.html.
## ----------------------------------------------------------------------------
# =======================================
@@ -525,7 +525,7 @@
# =======================================
## Preload schema definitions from the following JSON file.
-## Related doc guide: http://rabbitmq.com/management.html#load-definitions.
+## Related doc guide: https://rabbitmq.com/management.html#load-definitions.
##
# management.load_definitions = /path/to/exported/definitions.json
@@ -578,12 +578,12 @@
## One of 'basic', 'detailed' or 'none'. See
-## http://rabbitmq.com/management.html#fine-stats for more details.
+## https://rabbitmq.com/management.html#fine-stats for more details.
# management.rates_mode = basic
## Configure how long aggregated data (such as message rates and queue
## lengths) is retained. Please read the plugin's documentation in
-## http://rabbitmq.com/management.html#configuration for more
+## https://rabbitmq.com/management.html#configuration for more
## details.
## Your can use 'minute', 'hour' and 'day' keys or integer key (in seconds)
# management.sample_retention_policies.global.minute = 5
@@ -598,7 +598,7 @@
## ----------------------------------------------------------------------------
## RabbitMQ Shovel Plugin
##
-## Related doc guide: http://rabbitmq.com/shovel.html
+## Related doc guide: https://rabbitmq.com/shovel.html
## ----------------------------------------------------------------------------
## See advanced.config.example for a Shovel plugin example
@@ -607,7 +607,7 @@
## ----------------------------------------------------------------------------
## RabbitMQ STOMP Plugin
##
-## Related doc guide: http://rabbitmq.com/stomp.html
+## Related doc guide: https://rabbitmq.com/stomp.html
## ----------------------------------------------------------------------------
# =======================================
@@ -801,7 +801,7 @@
## Logging settings.
##
-## See http://rabbitmq.com/logging.html and https://github.com/erlang-lager/lager for details.
+## See https://rabbitmq.com/logging.html and https://github.com/erlang-lager/lager for details.
##
## Log directory, taken from the RABBITMQ_LOG_BASE env variable by default.
@@ -845,7 +845,7 @@
## ----------------------------------------------------------------------------
## RabbitMQ LDAP Plugin
##
-## Related doc guide: http://rabbitmq.com/ldap.html.
+## Related doc guide: https://rabbitmq.com/ldap.html.
##
## ----------------------------------------------------------------------------
@@ -946,7 +946,7 @@
## The LDAP plugin can perform a variety of queries against your
## LDAP server to determine questions of authorisation.
##
-## Related doc guide: http://rabbitmq.com/ldap.html#authorisation.
+## Related doc guide: https://rabbitmq.com/ldap.html#authorisation.
## Following configuration should be defined in additional.config file
## DO NOT UNCOMMENT THIS LINES!
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index eba4921c84..9f56ba3f96 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -2,8 +2,8 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ Sample Configuration File.
%%
-%% Related doc guide: http://www.rabbitmq.com/configure.html. See
-%% http://rabbitmq.com/documentation.html for documentation ToC.
+%% Related doc guide: https://www.rabbitmq.com/configure.html. See
+%% https://rabbitmq.com/documentation.html for documentation ToC.
%% ----------------------------------------------------------------------------
[
{rabbit,
@@ -11,7 +11,7 @@
%% Networking
%% ====================
%%
- %% Related doc guide: http://www.rabbitmq.com/networking.html.
+ %% Related doc guide: https://www.rabbitmq.com/networking.html.
%% By default, RabbitMQ will listen on all interfaces, using
%% the standard (reserved) AMQP port.
@@ -50,7 +50,7 @@
%% Security, Access Control
%% ========================
%%
- %% Related doc guide: http://www.rabbitmq.com/access-control.html.
+ %% Related doc guide: https://www.rabbitmq.com/access-control.html.
%% The default "guest" user is only permitted to access the server
%% via a loopback interface (e.g. localhost).
@@ -63,7 +63,7 @@
%% TLS configuration.
%%
- %% Related doc guide: http://www.rabbitmq.com/ssl.html.
+ %% Related doc guide: https://www.rabbitmq.com/ssl.html.
%%
%% {ssl_options, [{cacertfile, "/path/to/testca/cacert.pem"},
%% {certfile, "/path/to/server/cert.pem"},
@@ -76,7 +76,7 @@
%% 'AMQPLAIN'. Additional mechanisms can be added via
%% plugins.
%%
- %% Related doc guide: http://www.rabbitmq.com/authentication.html.
+ %% Related doc guide: https://www.rabbitmq.com/authentication.html.
%%
%% {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
@@ -89,7 +89,7 @@
%% rabbitmq_auth_backend_ldap plugins.
%%
%% NB: These options require that the relevant plugin is enabled.
- %% Related doc guide: http://www.rabbitmq.com/plugins.html for further details.
+ %% Related doc guide: https://www.rabbitmq.com/plugins.html for further details.
%% The RabbitMQ-auth-mechanism-ssl plugin makes it possible to
%% authenticate a user based on the client's TLS certificate.
@@ -104,7 +104,7 @@
%% external LDAP server.
%%
%% For more information about configuring the LDAP backend, see
- %% http://www.rabbitmq.com/ldap.html.
+ %% https://www.rabbitmq.com/ldap.html.
%%
%% Enable the LDAP auth backend by adding to or replacing the
%% auth_backends entry:
@@ -143,7 +143,7 @@
%% {password_hashing_module, rabbit_password_hashing_sha256},
%% Configuration entry encryption.
- %% Related doc guide: http://www.rabbitmq.com/configure.html#configuration-encryption
+ %% Related doc guide: https://www.rabbitmq.com/configure.html#configuration-encryption
%%
%% To specify the passphrase in the configuration file:
%%
@@ -170,7 +170,7 @@
%% On first start RabbitMQ will create a vhost and a user. These
%% config items control what gets created. See
- %% http://www.rabbitmq.com/access-control.html for further
+ %% https://www.rabbitmq.com/access-control.html for further
%% information about vhosts and access control.
%%
%% {default_vhost, <<"/">>},
@@ -180,7 +180,7 @@
%% Tags for default user
%%
- %% Related doc guide: http://www.rabbitmq.com/management.html.
+ %% Related doc guide: https://www.rabbitmq.com/management.html.
%%
%% {default_user_tags, [administrator]},
@@ -195,8 +195,8 @@
%%
%% Related doc guides:
%%
- %% * http://www.rabbitmq.com/heartbeats.html
- %% * http://www.rabbitmq.com/networking.html
+ %% * https://www.rabbitmq.com/heartbeats.html
+ %% * https://www.rabbitmq.com/networking.html
%%
%% {heartbeat, 60},
@@ -229,13 +229,13 @@
%%
%% Introduced in 3.6.13.
%%
- %% Related doc guide: http://www.rabbitmq.com/networking.html.
+ %% Related doc guide: https://www.rabbitmq.com/networking.html.
%%
%% {connection_max, infinity},
%% TCP socket options.
%%
- %% Related doc guide: http://www.rabbitmq.com/networking.html.
+ %% Related doc guide: https://www.rabbitmq.com/networking.html.
%%
%% {tcp_listen_options, [{backlog, 128},
%% {nodelay, true},
@@ -245,7 +245,7 @@
%% Resource Limits & Flow Control
%% ==============================
%%
- %% Related doc guide: http://www.rabbitmq.com/memory.html, http://www.rabbitmq.com/memory-use.html.
+ %% Related doc guide: https://www.rabbitmq.com/memory.html, https://www.rabbitmq.com/memory-use.html.
%% Memory-based Flow Control threshold.
%%
@@ -281,7 +281,7 @@
%%
%% Another alternative is to configure queues to page all messages (both
%% persistent and transient) to disk as quickly
- %% as possible, see http://www.rabbitmq.com/lazy-queues.html.
+ %% as possible, see https://www.rabbitmq.com/lazy-queues.html.
%%
%% {vm_memory_high_watermark_paging_ratio, 0.5},
@@ -349,7 +349,7 @@
%% {server_properties, []},
%% How to respond to cluster partitions.
- %% Related doc guide: http://www.rabbitmq.com/partitions.html
+ %% Related doc guide: https://www.rabbitmq.com/partitions.html
%%
%% {cluster_partition_handling, ignore},
@@ -361,7 +361,7 @@
%% Make clustering happen *automatically* at startup - only applied
%% to nodes that have just been reset or started for the first time.
- %% Related doc guide: http://www.rabbitmq.com/clustering.html#auto-config
+ %% Related doc guide: https://www.rabbitmq.com/clustering.html#auto-config
%%
%% {cluster_nodes, {['rabbit@my.host.com'], disc}},
@@ -413,12 +413,12 @@
%% {mnesia_table_loading_retry_timeout, 30000},
%% Size in bytes below which to embed messages in the queue index.
- %% Related doc guide: http://www.rabbitmq.com/persistence-conf.html
+ %% Related doc guide: https://www.rabbitmq.com/persistence-conf.html
%%
%% {queue_index_embed_msgs_below, 4096},
%% Maximum number of queue index entries to keep in journal
- %% Related doc guide: http://www.rabbitmq.com/persistence-conf.html.
+ %% Related doc guide: https://www.rabbitmq.com/persistence-conf.html.
%%
%% {queue_index_max_journal_entries, 32768},
@@ -479,7 +479,7 @@
%% (see https://www.erlang-solutions.com/blog/erlang-garbage-collector.html).
%%
%% Before enabling this option, please take a look at the memory
- %% breakdown (http://www.rabbitmq.com/memory-use.html).
+ %% breakdown (https://www.rabbitmq.com/memory-use.html).
%%
%% {background_gc_enabled, false},
@@ -509,12 +509,12 @@
%% ----------------------------------------------------------------------------
%% Advanced Erlang Networking/Clustering Options.
%%
- %% Related doc guide: http://www.rabbitmq.com/clustering.html
+ %% Related doc guide: https://www.rabbitmq.com/clustering.html
%% ----------------------------------------------------------------------------
{kernel,
[%% Sets the net_kernel tick time.
%% Please see http://erlang.org/doc/man/kernel_app.html and
- %% http://www.rabbitmq.com/nettick.html for further details.
+ %% https://www.rabbitmq.com/nettick.html for further details.
%%
%% {net_ticktime, 60}
]},
@@ -522,12 +522,12 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ Management Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/management.html
+ %% Related doc guide: https://www.rabbitmq.com/management.html
%% ----------------------------------------------------------------------------
{rabbitmq_management,
[%% Preload schema definitions from a previously exported definitions file. See
- %% http://www.rabbitmq.com/management.html#load-definitions
+ %% https://www.rabbitmq.com/management.html#load-definitions
%%
%% {load_definitions, "/path/to/exported/definitions.json"},
@@ -547,12 +547,12 @@
%% {keyfile, "/path/to/key.pem"}]}]},
%% One of 'basic', 'detailed' or 'none'. See
- %% http://www.rabbitmq.com/management.html#fine-stats for more details.
+ %% https://www.rabbitmq.com/management.html#fine-stats for more details.
%% {rates_mode, basic},
%% Configure how long aggregated data (such as message rates and queue
%% lengths) is retained. Please read the plugin's documentation in
- %% http://www.rabbitmq.com/management.html#configuration for more
+ %% https://www.rabbitmq.com/management.html#configuration for more
%% details.
%%
%% {sample_retention_policies,
@@ -564,7 +564,7 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ Shovel Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/shovel.html
+ %% Related doc guide: https://www.rabbitmq.com/shovel.html
%% ----------------------------------------------------------------------------
{rabbitmq_shovel,
@@ -632,7 +632,7 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ STOMP Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/stomp.html
+ %% Related doc guide: https://www.rabbitmq.com/stomp.html
%% ----------------------------------------------------------------------------
{rabbitmq_stomp,
@@ -728,20 +728,20 @@
%% {prefetch, 10},
%% TLS listeners.
- %% See http://www.rabbitmq.com/networking.html
+ %% See https://www.rabbitmq.com/networking.html
%%
%% {tcp_listeners, [1883]},
%% {ssl_listeners, []},
%% Number of Erlang processes that will accept connections for the TCP
%% and TLS listeners.
- %% See http://www.rabbitmq.com/networking.html
+ %% See https://www.rabbitmq.com/networking.html
%%
%% {num_tcp_acceptors, 10},
%% {num_ssl_acceptors, 1},
%% TCP socket options.
- %% See http://www.rabbitmq.com/networking.html
+ %% See https://www.rabbitmq.com/networking.html
%%
%% {tcp_listen_options, [
%% {backlog, 128},
@@ -784,7 +784,7 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ LDAP Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/ldap.html.
+ %% Related doc guide: https://www.rabbitmq.com/ldap.html.
%%
%% ----------------------------------------------------------------------------
@@ -861,7 +861,7 @@
%% The LDAP plugin can perform a variety of queries against your
%% LDAP server to determine questions of authorisation. See
- %% http://www.rabbitmq.com/ldap.html#authorisation for more
+ %% https://www.rabbitmq.com/ldap.html#authorisation for more
%% information.
%% Set the query to use when determining vhost access
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8
index a087e80e85..1ec06e8b30 100644
--- a/docs/rabbitmqctl.8
+++ b/docs/rabbitmqctl.8
@@ -2,7 +2,7 @@
.\" The contents of this file are subject to the Mozilla Public License
.\" Version 1.1 (the "License"); you may not use this file except in
.\" compliance with the License. You may obtain a copy of the License
-.\" at http://www.mozilla.org/MPL/
+.\" at https://www.mozilla.org/MPL/
.\"
.\" Software distributed under the License is distributed on an "AS IS"
.\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
@@ -241,7 +241,7 @@ Stops the Erlang node on which RabbitMQ is running.
To restart the node follow the instructions for
.Qq Running the Server
in the
-.Lk http://www.rabbitmq.com/download.html installation guide .
+.Lk https://www.rabbitmq.com/download.html installation guide .
.Pp
If a
.Ar pid_file
@@ -349,7 +349,7 @@ You can also remove nodes remotely with the
command.
.Pp
For more details see the
-.Lk http://www.rabbitmq.com/clustering.html Clustering guide .
+.Lk https://www.rabbitmq.com/clustering.html Clustering guide .
.Pp
For example, this command instructs the RabbitMQ node to join the cluster that
.Qq hare@elena