Hey Treafik folk!
I got a frontend/backend configured configured like:
[backends]
[backends.domain]
[backends.domain.servers.domain]
url = "http://10.0.8.4:80"
[frontends]
[frontends.domain]
backend = "domain"
[frontends.domain.routes.domain]
rule = "Host:domain.com"
due to a a temporary thing outside of treafik I need to point the main domain to a non docker instance. But when this is deployed it causes it to default to the treafik default cert and the frontend looks all wacky. What am I doing wrong?