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: