From fbbed19ecba8a32558f60603196e8046ea3027e2 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 24 Oct 2019 14:22:40 +0100 Subject: [PATCH] Point HAProxy to the local instance for Nginx --- .ansible/roles/haproxy_server/files/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ansible/roles/haproxy_server/files/haproxy.cfg b/.ansible/roles/haproxy_server/files/haproxy.cfg index cbb00eb..8ced83d 100644 --- a/.ansible/roles/haproxy_server/files/haproxy.cfg +++ b/.ansible/roles/haproxy_server/files/haproxy.cfg @@ -91,4 +91,4 @@ backend searx-backend acl network_allowed src 10.0.9.0/24 backend share-backend - server jupiter 10.0.9.110:8182 + server jupiter 10.0.9.111:8182