Break the world (add awx to proxies)
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
0dced93f85
commit
72003bf457
3 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue