Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Simple Load Balancing on Windows

$
0
0
80 is the default unless specified for each node, ea;

upstream myLoadBalancer {
server 127.0.0.1:9001 weight=1 fail_timeout=5;
server 127.0.0.1:9002 weight=1 fail_timeout=5;
}

Viewing all articles
Browse latest Browse all 4759

Trending Articles