summaryrefslogtreecommitdiff
path: root/priv/schema
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-02-13 11:52:38 +0100
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-02-13 11:52:38 +0100
commit4073e52e86bf90630155ffa377dc92fd0586b661 (patch)
tree64776d72c68390f5e81687dc5c039bcc161ecf6d /priv/schema
parentcb3c935ddb289498cfe8507c32c5890719954687 (diff)
downloadrabbitmq-server-git-4073e52e86bf90630155ffa377dc92fd0586b661.tar.gz
Add proxy protocol to configuration
Part of #589
Diffstat (limited to 'priv/schema')
-rw-r--r--priv/schema/rabbitmq.schema7
1 files changed, 7 insertions, 0 deletions
diff --git a/priv/schema/rabbitmq.schema b/priv/schema/rabbitmq.schema
index a0d44f246b..6f3f42e4ed 100644
--- a/priv/schema/rabbitmq.schema
+++ b/priv/schema/rabbitmq.schema
@@ -942,6 +942,13 @@ end}.
{mapping, "background_gc_target_interval", "rabbit.background_gc_target_interval",
[{datatype, integer}]}.
+%% Whether or not to enable proxy protocol support.
+%%
+%% {proxy_protocol, false}
+
+{mapping, "proxy_protocol", "rabbit.proxy_protocol",
+ [{datatype, {enum, [true, false]}}]}.
+
% ==========================
% Lager section
% ==========================