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

Re: limit_req_zone

2016-05-11 Thread tom.b
Thank you Yuriy, Cheers, Tom. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266845,266854#msg-266854 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: limit_req_zone

2016-05-11 Thread tom.b
Thank you Robert Cheers, Tom. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266845,266853#msg-266853 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

limit_req_zone

2016-05-11 Thread tom.b
Greetings fellow nginx users, Is the limit_req_zone module included in the core version ? I't doesn't show up when I list the modules via nginx -V although when I add the directive into my nginx configuration it appears works fine and limit requests I am using 1.8.1-1.el6.ngx installed from off