Remove airsonic

This commit is contained in:
Amarpreet Minhas 2022-12-29 00:18:43 -05:00
parent acb18e77f6
commit f84098dec8

View file

@ -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