From d9bbd8e3aeed8df2b6f8174ef7dbac31ba7468c3 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Wed, 9 Feb 2022 11:20:06 -0500 Subject: [PATCH] use gitea as haproxy default --- roles/haproxy/templates/haproxy.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/haproxy.cfg.j2 b/roles/haproxy/templates/haproxy.cfg.j2 index d6503b2..794938e 100644 --- a/roles/haproxy/templates/haproxy.cfg.j2 +++ b/roles/haproxy/templates/haproxy.cfg.j2 @@ -41,6 +41,7 @@ frontend main {% endif %} {% endfor %} + default_backend gitea {% for c in groups['containers'] %} {# NOTE: don't add haproxy to list of containers :P #}