From 74988bf1ffc1f8ec6891bf8247710c0e542455f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 26 Apr 2023 11:32:52 +0200 Subject: [PATCH] Old FMN: update the heartbeat location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- 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 5be5bf523c..f69703ce49 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -204,7 +204,7 @@ backend notifs-web-backend {% if env == "production" %} # server notifs-web02 notifs-web02:80 check inter 10s rise 1 fall 2 {% endif %} - option httpchk GET /notifications/_heartbeat + option httpchk GET /notifications-old/_heartbeat frontend github2fedmsg-frontend bind 0.0.0.0:10037