Add haproxy config for hubs01
This commit is contained in:
parent
5e96738be1
commit
143a5ee77d
1 changed files with 7 additions and 0 deletions
|
@ -239,6 +239,13 @@ backend fedocal-backend
|
|||
{% endif %}
|
||||
option httpchk GET /calendar
|
||||
|
||||
backend hubs-backend
|
||||
balance hdr(appserver)
|
||||
{% if env != "production" %}
|
||||
server hubs01 hubs01:80 check inter 10s rise 1 fall 2
|
||||
{% endif %}
|
||||
option httpchk GET /
|
||||
|
||||
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
|
||||
|
||||
frontend datagrepper-frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue