Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #126 from rabbitmq/proxy-protocol-configuration
Browse files Browse the repository at this point in the history
Add proxy protocol Cuttlefish mapping
  • Loading branch information
michaelklishin authored Feb 13, 2017
2 parents 44c13ba + b4bedac commit c3ca4a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions priv/schema/rabbitmq_mqtt.schema
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ end}.
{mapping, "mqtt.retained_message_store_dets_sync_interval", "rabbitmq_mqtt.retained_message_store_dets_sync_interval",
[{datatype, integer}]}.

%% Whether or not to enable proxy protocol support.
%%
%% {proxy_protocol, false}

{mapping, "mqtt.proxy_protocol", "rabbitmq_mqtt.proxy_protocol",
[{datatype, {enum, [true, false]}}]}.

%% TCP/SSL Configuration (as per the broker configuration).
%%
Expand Down

0 comments on commit c3ca4a5

Please sign in to comment.