Re: Nginx load balancing to keep sessions between IIS servers

2020-03-27 Thread Francis Daly
On Tue, Mar 24, 2020 at 06:01:35PM -0400, robe007 wrote: Hi there, > I have set up a load balancer with NGINX for two IIS web servers that works > with sessions. What is "a session"? The answer to that may make it clear how to achieve what you want. > upstream mybalancer { > ip_hash; >

Nginx load balancing to keep sessions between IIS servers

2020-03-24 Thread robe007
I have set up a load balancer with NGINX for two IIS web servers that works with sessions. Here is the NGINX configuration file I have created for the load balancing: #Log Format log_format upstreamlog '$server_name to: $upstream_addr [$request] ' 'upstream_response_time $upstream_response_tim