summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-08-11 12:15:47 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-08-11 12:15:47 +0100
commit66f5be04f134c9ea37c076215bd4206d9426a71e (patch)
tree2cd0bfd1f0c78c835887a0937fcdd63b52c5fbd1 /docs
parent26fab415b046e26abed1316e3b09e3ea04a087ad (diff)
parent445540e69f777821115f9df000a60ba72187f40b (diff)
downloadrabbitmq-server-git-66f5be04f134c9ea37c076215bd4206d9426a71e.tar.gz
Merge bug26313 (again)
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index b0e13b1b8d..a128bfbc54 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -44,6 +44,14 @@
%% ==============
%%
+ %% The default "guest" user is only permitted to access the server
+ %% via a loopback interface (e.g. localhost).
+ %% {loopback_users, [<<"guest">>]},
+ %%
+ %% Uncomment the following line if you want to allow access to the
+ %% guest user from anywhere on the network.
+ %% {loopback_users, []},
+
%% Configuring SSL.
%% See http://www.rabbitmq.com/ssl.html for full documentation.
%%