From 4c236936994e7b9682df39bd748783c07c8d0f95 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 1 Apr 2025 19:30:42 -0500 Subject: [PATCH] changed hostnames to localhost --- Caddyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Caddyfile b/Caddyfile index a64da6a..f97a020 100755 --- a/Caddyfile +++ b/Caddyfile @@ -39,7 +39,7 @@ # -------------------------------------------------- (auth) { - forward_auth authelia:9091 { + forward_auth localhost:9091 { uri /api/authz/forward-auth copy_headers Remote-User Remote-Groups Remote-Email Remote-Name } @@ -65,7 +65,7 @@ akanealw.com { auth.akanealw.com { import cloudflare - reverse_proxy authelia:9091 + reverse_proxy localhost:9091 } # -------------------------------------------------- @@ -481,7 +481,7 @@ auth.akanealw.com { @whoami host whoami.akanealw.com handle @whoami { import auth - reverse_proxy whoami:80 + reverse_proxy localhost:80 } @wallos host wallos.akanealw.com