Can't route to api.myservice.tld

Hello everyone :slight_smile:
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 ?

Closing.
My navigator remembered some previous bad configuration when the subdomain was mistakenly redirected to https when using http.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.