From 219aea9b5f2c887bdf43959d1faa857641976077 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 26 Aug 2026 07:29:39 -0400 Subject: [PATCH] fix(acme) used the correct ip for acme --- systems/portal-1/haproxy/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/portal-1/haproxy/haproxy.cfg b/systems/portal-1/haproxy/haproxy.cfg index 8edd318..8800b17 100644 --- a/systems/portal-1/haproxy/haproxy.cfg +++ b/systems/portal-1/haproxy/haproxy.cfg @@ -120,7 +120,7 @@ backend st_gems_join backend acme_challenge mode http - server acme jeeves:8402 + server acme 127.0.0.1:8080 backend audiobookshelf_nodes mode http