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

Feature Request: load balancing #1

Open
vosmith opened this issue Jan 17, 2017 · 1 comment
Open

Feature Request: load balancing #1

vosmith opened this issue Jan 17, 2017 · 1 comment

Comments

@vosmith
Copy link

vosmith commented Jan 17, 2017

Instead of specifying a single IP address to forward the request to, it would be great if we could specify a pool of servers. Something like this

{
    "ip":"",
    "port":"8080",
    "routes":{
        "/Downloads/":[
            "192.168.88.164:8000",     
            "192.168.88.164:8001", 
            "192.168.88.164:8002"
       ]
    }
}
@geosoft1
Copy link
Owner

working on load balancer. will be available soon. thanks for suggestion.

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