summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2017-10-16 21:40:15 +0300
committerGitHub <noreply@github.com>2017-10-16 21:40:15 +0300
commitf75021818e2962f94566842fea4a28536015d7d5 (patch)
tree2b99b8e4e3dc4a272728a43ae99d06f98831981d
parent36a6a6890c2963a8c9780824b6b1b79903098ecf (diff)
downloadrabbitmq-server-git-f75021818e2962f94566842fea4a28536015d7d5.tar.gz
Updates to management plugin section
-rw-r--r--docs/rabbitmq.config.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 15018ac0e9..cfd77a88f6 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -483,14 +483,14 @@
%% ----------------------------------------------------------------------------
{rabbitmq_management,
- [%% Pre-Load schema definitions from the following JSON file. See
+ [%% Preload schema definitions from a previously exported definitions file. See
%% http://www.rabbitmq.com/management.html#load-definitions
%%
- %% {load_definitions, "/path/to/schema.json"},
+ %% {load_definitions, "/path/to/exported/definitions.json"},
- %% Log all requests to the management HTTP API to a file.
+ %% Log all requests to the management HTTP API to a directory.
%%
- %% {http_log_dir, "/path/to/access.log"},
+ %% {http_log_dir, "/path/to/rabbitmq/logs/http"},
%% Change the port on which the HTTP listener listens,
%% specifying an interface for the web server to bind to.