There are also three rabbitmq nodes in staging
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
329f602f61
commit
2476040c97
1 changed files with 0 additions and 2 deletions
|
@ -587,11 +587,9 @@ backend rabbitmq
|
|||
balance roundrobin
|
||||
maxconn 16384
|
||||
server rabbitmq01 rabbitmq01:5671 weight 1 maxconn 16384
|
||||
{% if env == "production" %}
|
||||
server rabbitmq02 rabbitmq02:5671 weight 1 maxconn 16384
|
||||
server rabbitmq03 rabbitmq03:5671 weight 1 maxconn 16384
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
# Apache doesn't handle the initial connection here like the other proxy
|
||||
# entries. This proxy also doesn't use the http mode like the others.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue