Replies: 2 comments 3 replies
-
Hi there! Since the daemon listens to just one port, you need to proxy traffic from one port to another or run a second daemon on the required (second) port. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I ran into another problem. Sometimes my domain is accessed with a subdomain.
But this page does not exist at my domain I tried changing the rule
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
Installed error-pages with traefik today. Everything works fine, but... I have two ports 80 and 443, there is nothing on port 80, but to avoid timeouts and problems with browsers, it is open and redirects everyone to port 443.
If you make a request like http://123.domain.com:443, then error-pages triggers and gives a 404. But if you change the request to https://domain.com:80, then error-pages does not work, but just displays the standard 404 page.
How can I get error-pages to process such requests?
Part of the config
Traefik.yml:
Router:
Middlewares:
Beta Was this translation helpful? Give feedback.
All reactions