make haproxy check with http/1.1

Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
Ricky Elrod 2018-04-12 14:44:00 +00:00
parent 560159d0f0
commit b6654379b3

View file

@ -245,7 +245,7 @@ frontend awx-frontend
backend awx-backend
balance hdr(appserver)
server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2
option httpchk GET /
option httpchk HEAD / HTTP/1.1\r\nHost:batcomputer01
{% endif %}
# IMPORTANT: 10023-10026 will NOT work because of selinux policies