-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routing by path #164
Labels
Milestone
Comments
Fabio does not support path stripping right now. There is a ticket open for this where you can read the reasoning. I'm probably going to add this in the future but I'm going to focus on other things first. |
I'm closing this as a duplicate of #44. Change for path stripping is in progress. See branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have a question and didn't found a solution in docs.
Is it possible in fabio to pass to service only path variables after urlprefix?
E.g. I've got a service
test-service
withurlpreifx-/test-service
.And now i want to send http request like this:
http localhost:9999/test-service/test/api
I only want to pass
/test/api
part, not the whole path, and fabio does the second.In nginx i can add
/
after a location path and all path variables will be propagated except one that used for routing.The text was updated successfully, but these errors were encountered: