diff options
| author | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-02-02 10:45:40 +0100 |
|---|---|---|
| committer | Arnaud Cogoluègnes <acogoluegnes@gmail.com> | 2017-02-02 10:45:40 +0100 |
| commit | 543ae6303754ab9060936a42bf4b95c9088adf29 (patch) | |
| tree | c2fa855b35e1ca4be8d523ecc0f18f636dc57c59 | |
| parent | 22a756fd8c10f317590a43754548df3192cf3701 (diff) | |
| download | rabbitmq-server-git-543ae6303754ab9060936a42bf4b95c9088adf29.tar.gz | |
Add proxy_protocol configuration options
References #589
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
