Update Proxy_Containers/traefik/config.yaml
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
middlewares:
|
||||
pihole-redirect:
|
||||
redirectRegex:
|
||||
regex: "^https://([\\w.-]+)$"
|
||||
replacement: "https://${1}/admin"
|
||||
regex: "^(https?://[^/]+)/?$"
|
||||
replacement: "${1}/admin"
|
||||
|
||||
crowdsec-bouncer:
|
||||
forwardauth:
|
||||
|
||||
Reference in New Issue
Block a user