From fa5918a36d3bcd21420482c59fb4597960e7e922 Mon Sep 17 00:00:00 2001 From: Malin Date: Wed, 11 Mar 2026 10:05:25 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20haproxy=20cfg=20=E2=80=94=20server-templ?= =?UTF-8?q?ate=20must=20be=20on=20a=20single=20line=20(no=20backslash=20co?= =?UTF-8?q?ntinuation)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- haproxy/haproxy.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/haproxy/haproxy.cfg b/haproxy/haproxy.cfg index 78a719d..1262d55 100644 --- a/haproxy/haproxy.cfg +++ b/haproxy/haproxy.cfg @@ -37,11 +37,7 @@ backend vpn_exit_nodes balance roundrobin # server-template creates up to 10 slots; Docker DNS fills them dynamically # as you scale with: docker compose up --scale vpn-node=N (max 10) - server-template vpn 1-10 vpn-node:1080 \ - resolvers docker_dns \ - resolve-prefer ipv4 \ - init-addr none \ - check inter 20s fall 2 rise 2 + server-template vpn 1-10 vpn-node:1080 resolvers docker_dns resolve-prefer ipv4 init-addr none check inter 20s fall 2 rise 2 # ── Stats page — http://:8404/stats ───────────────────────────────────── frontend stats