Browse Source

use gitea as haproxy default

master
cinnaboot 4 years ago
parent
commit
d9bbd8e3ae
  1. 1
      roles/haproxy/templates/haproxy.cfg.j2

1
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 #}

Loading…
Cancel
Save