diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 772859b6b6..56c88afa1f 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -332,7 +332,7 @@ listen ipa 0.0.0.0:10053 {% if env != "staging" %} server ipa02 ipa02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem {% endif %} - option httpchk GET / + option httpchk GET /ipa/ui/ listen krb5 0.0.0.0:1088 mode tcp