tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

upstream backend configuration via environment #55

Open nekufa opened 8 years ago

nekufa commented 8 years ago

Virtual host configuration contains static server name:

upstream backend {
    # Tarantool hosts
    server 127.0.0.1:9999;
}

This limitation is not good for docker image usage. It will be better to change the value via environment.

dedok commented 8 years ago

I and @racktear should start discussion about this issue soon