10000 Pangolin support · tarampampam error-pages · Discussion #340 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pangolin support #340

Answered by Roving-Ronin
viriatusX asked this question in Q&A
Apr 20, 2025 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

@viriatusX

Just worked it out, instead of:

    error-pages-router:
      rule: "HostRegexp(`.+`)"          # Catches any host
      priority: 10                     # Low priority, acts as a fallback
      entryPoints:
        - web                        # Assigns to the 'web' entrypoint
        - websecure
      middlewares:
        - error-pages-middleware@file 

as show in the top of the how-to guide, in traefik/dyanmic_config.yaml use:

    error-pages-router:
      rule: "HostRegexp(`.+`)"       # Catches any host
      priority: 10                   # Low priority, acts as a fallback
      entryPoints:
        - web                        # Assigns to the 'web' entrypoint
        - …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@viriatusX
Comment options

Answer selected by viriatusX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
0