diff --git a/xmrnodes/templates/haproxy.html b/xmrnodes/templates/haproxy.html index 43a0107..2e5b65c 100644 --- a/xmrnodes/templates/haproxy.html +++ b/xmrnodes/templates/haproxy.html @@ -13,6 +13,6 @@ backend nodes balance roundrobin option httpchk GET /get_info {% for node in nodes -%} - server backend-{{ node.id }} {{ node.get_netloc() }} + server backend-{{ node.id }} {{ node.get_netloc() }} check inter 10s fall 5 rise 5 {% endfor %}