Hello everyone
I'm building a compose file for a new project.
I have an apache container hosting two apps. So i've made the following rule for the router:
Host(`api.myservice.tld`,`admin.myservice.tld`)
The second subdomain works like a charm, but the first one gives me a system timeout, not the traefik one.
If I change the subdomain to testapi.myservice.tld it suddenly works, beside being only a slight change.
The local subdomain is correctly defined in my hosts file and points to 127.0.0.1
Is there any limitation with the 'api' word in traefik ?