Using trafix w/ docker backend, I would like to match all URLs of form /manage/users/api...
and map them into /api...
. I tried:
traefik.frontend.rule=PathPrefixStrip:/manage/users;PathPrefix:/api;
But it doesn't seem to work. Is there a way to do this?
The following works:
traefik.frontend.rule=PathPrefixStrip:/manage/users/api;AddPrefix:/api;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With