From d18224a7b94631403466d2216e4378459276e805 Mon Sep 17 00:00:00 2001 From: Asara Date: Sat, 25 Jun 2022 22:09:24 -0400 Subject: [PATCH] Change airsonic port --- ansible/roles/haproxy/templates/haproxy.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/haproxy/templates/haproxy.cfg.j2 b/ansible/roles/haproxy/templates/haproxy.cfg.j2 index e736118..cd21654 100644 --- a/ansible/roles/haproxy/templates/haproxy.cfg.j2 +++ b/ansible/roles/haproxy/templates/haproxy.cfg.j2 @@ -59,7 +59,7 @@ backend be_{{ domain.name }} backend be_airsonic balance leastconn - server airsonic 192.168.0.12:8000 + server airsonic 192.168.0.12:8001 resolvers consul nameserver consul 127.0.0.1:8600