diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-02-13 11:52:38 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-02-13 11:52:38 +0100 |
| commit | 4073e52e86bf90630155ffa377dc92fd0586b661 (patch) | |
| tree | 64776d72c68390f5e81687dc5c039bcc161ecf6d /priv/schema | |
| parent | cb3c935ddb289498cfe8507c32c5890719954687 (diff) | |
| download | rabbitmq-server-git-4073e52e86bf90630155ffa377dc92fd0586b661.tar.gz | |
Add proxy protocol to configuration
Part of #589
Diffstat (limited to 'priv/schema')
| -rw-r--r-- | priv/schema/rabbitmq.schema | 7 |
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 % ========================== |
