From e9fd78ee6252ab3afe005c62e5c04d3296ac75d1 Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 13 May 2026 00:32:57 +0000 Subject: [PATCH] Update Proxy_Containers/traefik/config.yaml --- Proxy_Containers/traefik/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index 588382c..9a4c590 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -1,8 +1,8 @@ middlewares: pihole-redirect: redirectRegex: - regex: "^https://([\\w.-]+)$" - replacement: "https://${1}/admin" + regex: "^(https?://[^/]+)/?$" + replacement: "${1}/admin" crowdsec-bouncer: forwardauth: