From 4790fb31d824f7336669fed67bc0357d198ebacb Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 4 Aug 2016 21:47:52 +0000 Subject: [PATCH] Update check url for ipa Signed-off-by: Patrick Uiterwijk --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 133f2f0f51..c4ac1c55bf 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -329,7 +329,7 @@ listen fas3 0.0.0.0:10052 listen ipa 0.0.0.0:10053 balance hdr(appserver) server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem - option httpchk GET /KdcProxy/ + option httpchk GET / {% endif %} # Apache doesn't handle the initial connection here like the other proxy