diff --git a/ansible/roles/haproxy/templates/haproxy.cfg.j2 b/ansible/roles/haproxy/templates/haproxy.cfg.j2 index cd21654..2e75063 100644 --- a/ansible/roles/haproxy/templates/haproxy.cfg.j2 +++ b/ansible/roles/haproxy/templates/haproxy.cfg.j2 @@ -32,11 +32,6 @@ defaults errorfile 503 /etc/haproxy/errors/503.http errorfile 504 /etc/haproxy/errors/504.http -frontend fe_tcp - mode tcp - bind :8000 - default_backend be_airsonic - frontend fe_default mode http bind :443 ssl crt /etc/haproxy/certs/ alpn h2,http/1.1 @@ -57,10 +52,6 @@ backend be_{{ domain.name }} {% endfor %} -backend be_airsonic - balance leastconn - server airsonic 192.168.0.12:8001 - resolvers consul nameserver consul 127.0.0.1:8600 accepted_payload_size 8192