Re: Load Balance - Docker

2016-11-16 Thread Shaun Glass
dev wrote: > Use listen 443 ssl; > > 2016-11-15 17:34 GMT+03:00 Shaun Glass : > >> Mmmm ... I gather that would be at the Docker Nodes. Just want nginx that >> when receiving a connection just connects to either of the 3. >> >> On Tue, Nov 15, 2016 at 4:16 PM, Y

Re: Load Balance - Docker

2016-11-15 Thread Shaun Glass
Mmmm ... I gather that would be at the Docker Nodes. Just want nginx that when receiving a connection just connects to either of the 3. On Tue, Nov 15, 2016 at 4:16 PM, Yuriy Medvedev wrote: > > 2016-11-15 17:11 GMT+03:00 Shaun Glass : > >> proxy_redirect > > >

Load Balance - Docker

2016-11-15 Thread Shaun Glass
Good Day, We are testing DDC (Docker) and have 3 nodes each running a replica of the DTR and UCP. UCP - https://server.domain.com:444 DTR - https://server.domain.com:443 I am trying to setup load balancing with nginx but am getting no where. Two config files : -