Skip to content
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

Add support for proxying based on URI path #121

Closed
dlee opened this issue Feb 25, 2015 · 3 comments
Closed

Add support for proxying based on URI path #121

dlee opened this issue Feb 25, 2015 · 3 comments

Comments

@dlee
Copy link

dlee commented Feb 25, 2015

It would be useful if invoker proxied based on URI path as well as domain.

For example:
app.dev => app
app.dev/search => search
app.dev/chat => chat

@dlee
Copy link
Author

dlee commented Feb 26, 2015

The ini could look like this:

[rails]
directory = /Users/bob/rails/
domain = app
command = rails s -p $PORT

[search]
directory = /Users/bob/search/
command = searchd -p $PORT
domain = app
path_prefix = /search

[chat]
directory = /Users/bob/chat/
command = chatd -p $PORT
domain = app
path_prefix = /chat

@gnufied
Copy link
Contributor

gnufied commented Feb 27, 2015

Hmm, it is def. doable. @dlee if you can open a PR I will be happy to merge. otherwise it is bit lower in my own feature list priority for next release.

@dlee
Copy link
Author

dlee commented Feb 27, 2015

Fixed by #123

@dlee dlee closed this as completed Feb 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants