Hello!
On Tue, Apr 08, 2014 at 05:41:17PM -0400, abstein2 wrote:
> Maxim,
>
> Thanks so much for clarifying. Just to make sure I'm understanding
> correctly, if I had something like this pseudo-code
>
> upstream upstream1 { }
> upstream upstream2 { }
> upstream upstream3 { }
> upstream upstream
Maxim,
Thanks so much for clarifying. Just to make sure I'm understanding
correctly, if I had something like this pseudo-code
upstream upstream1 { }
upstream upstream2 { }
upstream upstream3 { }
upstream upstream4 { }
upstream upstream5 { }
server { server_name server1.com; proxy_pass http://ups
Hello!
On Mon, Apr 07, 2014 at 05:29:15PM -0400, abstein2 wrote:
> I'm somewhat unclear about how the keepalive functionality works within the
> upstream module. My nginx install currently handles several hundred domains
> all of which point to different origin servers. I would imagine I can
> im
I'm somewhat unclear about how the keepalive functionality works within the
upstream module. My nginx install currently handles several hundred domains
all of which point to different origin servers. I would imagine I can
improve performance by enabling keepalive, however the documentation says
"Th