You have no entrypoints for your router. (but it is optionnal)
Do you have something after /sitea ? If so, you may have to use PathPrefix instead of Path.
Does your backend is configured to have an url with /sitea in its Path?
Since the path is forwarded as-is, your service is expected to listen on /products .
If not you should need to add a StripPrefix middleware to remove the prefix.
Thanks for the reply. I read those documents at least 10 times over and over, I still cant make it.
See the config below. Traefik seems to pick thopse automatically
I tried PathPathPrefixPathPrefixStrip etc with no success. I also tried Host && Path combo with no luck. I also tried all possible slash combinations with no luck as well.
I do not think that it needs a url since I am able run it with simple rule: Host(sub.domain.com) without any issues. I seem to hit this when I replaece that with Path. For test I set up it with Apache, I use the same sub path in Apache, and Apache has no issue proxying that. This seems to traefik thing'