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;
>
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