Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented HostRegexp rule is broken for Traefik v3 #286

Closed
2 tasks done
theriverman opened this issue Jun 25, 2024 · 1 comment
Closed
2 tasks done

Documented HostRegexp rule is broken for Traefik v3 #286

theriverman opened this issue Jun 25, 2024 · 1 comment
Assignees
Labels
type:bug Something isn't working

Comments

@theriverman
Copy link

Is there an existing issue for this?

  • I have searched the existing issues
  • And it has nothing to do with Traefik

Describe the bug

Hi,

The wiki needs to be updated based on the findings in this discussion: #275

Traefik v3 introduces some change to regex handling and the current wiki version of tarampampam/error-pages suggests an invalid configuration option.

Steps to reproduce

Try using the official documentation with Traefik v3

Configuration files

# Wrong
traefik.http.routers.error-pages-router.rule: HostRegexp(`{host:.+}`)

# Good
traefik.http.routers.error-pages-router.rule: HostRegexp(`.+`)

Relevant log output

N/A

Anything else?

N/A

@theriverman theriverman added the type:bug Something isn't working label Jun 25, 2024
@tarampampam
Copy link
Owner

The wiki pages were updated, thank you very much! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants