Break the world (add awx to proxies)

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-04-11 19:45:48 +00:00
parent 0dced93f85
commit 72003bf457
3 changed files with 22 additions and 0 deletions

View file

@ -236,6 +236,15 @@ backend hubs-backend
{% endif %}
option httpchk GET /
frontend awx-frontend
bind 0.0.0.0:10069
default_backend awx-backend
backend awx-backend
balance hdr(appserver)
server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2
option httpchk GET /
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
frontend datagrepper-frontend