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