Re: limit_req_zone values

2016-05-17 Thread Francis Daly
On Sun, May 15, 2016 at 03:47:37PM -0400, tom.b wrote: Hi there, > limit_req_zone $server_name zone=perserver:10m rate=5r/s; > limit_req zone=perserver burst=5; limit_req is to limit the number of requests that your nginx will handle at a time. Why do you want to limit the number of requests?

limit_req_zone values

2016-05-15 Thread tom.b
Greetings, I have the limit_req_zone working great in testing environment with the following values limit_req_zone $server_name zone=perserver:10m rate=5r/s; limit_req zone=perserver burst=5; The site has up to 750 simultaneous users at peak times. What values are suitable for such traffic leve