make haproxy check with http/1.1
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
560159d0f0
commit
b6654379b3
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ frontend awx-frontend
|
||||||
backend awx-backend
|
backend awx-backend
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2
|
server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2
|
||||||
option httpchk GET /
|
option httpchk HEAD / HTTP/1.1\r\nHost:batcomputer01
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
|
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue