Skip to content

Commit

Permalink
Update config.yml (#292)
Browse files Browse the repository at this point in the history
Pihole redirectRegex update to handle 404 errors from timeouts from things like authentik, autheilia... etc. This way if you are logged in on a page outside of the url in your proxy config and you hit a timeout, it redirects to the admin page.
  • Loading branch information
hanley-development authored Feb 1, 2024
1 parent a45fd53 commit f15aa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference_files/traefik-portainer-ssl/traefik/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ http:
permanent: true
redirectregex-pihole:
redirectRegex:
regex: /admin/$
regex: "/admin/(.*)"
replacement: /

default-headers:
Expand Down

0 comments on commit f15aa9d

Please sign in to comment.