Re: Retaining upstream server

2018-06-20 Thread nov1ce
Thank you. I guess sticky module is only available in the commercial edition of Nginx? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,280183,280185#msg-280185 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/

Re: Retaining upstream server

2018-06-20 Thread Alex Samad
Look at sticky session, a routing code in a cookie that helps you decide where to send the packet. So on the 443 set the cookie and on the udp use the cookie in the header to route on the back end On 20 June 2018 at 17:16, nov1ce wrote: > Hello, > > 1.14.0-1 running on Debian Stretch: > > # dp

Retaining upstream server

2018-06-20 Thread nov1ce
Hello, 1.14.0-1 running on Debian Stretch: # dpkg -l | grep nginx ii nginx 1.14.0-1~stretch amd64 high performance web server I'm trying to load balance between two VMware View Connection servers (10.7.18.121 and 10.7.18.122) listening on 443/tcp, 4