summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-02-02 10:45:40 +0100
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2017-02-02 10:45:40 +0100
commit543ae6303754ab9060936a42bf4b95c9088adf29 (patch)
treec2fa855b35e1ca4be8d523ecc0f18f636dc57c59
parent22a756fd8c10f317590a43754548df3192cf3701 (diff)
downloadrabbitmq-server-git-543ae6303754ab9060936a42bf4b95c9088adf29.tar.gz
Add proxy_protocol configuration options
References #589
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f953eaf46f..33f309f483 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,9 @@ define PROJECT_ENV
{queue_explicit_gc_run_operation_threshold, 1000},
{lazy_queue_explicit_gc_run_operation_threshold, 1000},
{background_gc_enabled, true},
- {background_gc_target_interval, 60000}
+ {background_gc_target_interval, 60000},
+ %% rabbitmq-server-589
+ {proxy_protocol, false}
]
endef