nginx: delay sending proxy request through?
Posted
by user41356
on Server Fault
See other posts from Server Fault
or by user41356
Published on 2010-04-23T22:42:40Z
Indexed on
2010/04/23
22:53 UTC
Read the original article
Hit count: 353
I'm set up nginx to proxy requests to a pool of web servers. I'd like nginx to limit the number of concurrent requests to each web server, by waiting to forward the request, so that a web server isn't overwhelmed. Is there a way to do this in nginx?
© Server Fault or respective owner