Just one follow up question after some testing. Is there a way to split on a
per request basis?
So say 10 backend servers each with unique authorisation headers set up,
then have each single incoming request RR to each:
Incoming http request 1 -> backend1
Incoming http request 2 -> backend2
Incom
Maxim, thanks so much. I'll read those parts!
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,267156,267184#msg-267184
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hey everyone
I'm trying to achieve something a little unique (have read a LOT of
documentation and posts)
I want to use ngnix as a LB to a handful of squid servers I have to
distribute http requests on a round robin basis.
Each squid web server in the "backend" accepts a unique username and
pas