Traefik not routing my API Endpoint
i've route
- /
- /health
but when i access path /health, is always go to root path
- https://traefik.dokploy.enigmacamp.com/apps/traefik/v2/health > should return "Ok, Health" but i get "Hello, World"




7 Replies
Just taking a guess here:
what if you changed line 15 from
/health
to /apps/traefik/v2/health
nothing, always to root path /
even i request to /api/v2, the return alwyas use root path

huh nice

i put
to traefik config 😐
Lol, just remove the path and set as /
I need that, cus i’ve many apps in 1 subdomain
like
/app/v1
/app/v2
/app/v3
In 1 subdomain, i dont know its best pratice or not