Routing traffic

If I reduce this to a single rule:

traefik.frontend.rule.default2=PathPrefix: /reports

The app works ok..

But /reports/health doesnt work.. obv service is expecting just /health, not /reports/health, so I tried a second rule

PathPrefixStrip: /reports/health, ReplacePath: /health

but this doesnt seem to do anything.. I tried putting it first and it breaks everything..