fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.26k stars 616 forks source link

Supporting requests in the form of /my-app/page1 #842

Closed MichaelShohat closed 3 years ago

MichaelShohat commented 3 years ago

Hi, I'm having the following problem - I have a the following routing rule - /my-app/ routes to a service named my-app and I want to access localhost:9999/my-app/page1 but I'm not getting the requested page and I see no error when checking the logs.

Should it work this way or is it not supported? Thanks :)

MichaelShohat commented 3 years ago

I've missed the strip option that does exactly what I needed.