geosoft1/reverseproxy

Feature Request: load balancing

vosmith opened this issue · 1 comments

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"
       ]
    }
}

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