You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I look at the Traefik container log, I see a lot of these warnings:
time="2022-01-05T16:16:59Z" level=warning msg="No domain found in rule HostRegexp(`{host:.+}`), the TLS options applied for this router will depend on the hostSNI of each request" entryPointName=https routerName=errorpages-rtr@docker
I do not use traefik error pages anymore. But looks like you are missing host informatoin below. - "traefik.http.routers.errorpages-rtr.rule=HostRegexp({host:.+})"
When I look at the Traefik container log, I see a lot of these warnings:
This is my errorpages.yml file:
Is there something wrong with it? Or should I ignore these warnings?
The text was updated successfully, but these errors were encountered: