Re: limit_req and @named locations

2013-09-24 Thread robw
Thank you for clarifying Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243093,243105#msg-243105 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

limit_req and @named locations

2013-09-24 Thread robw
Hi list I am experiencing some problems with a rate-limiting setup. I have a "global" limit_req declared in my http block. I also have additional limit_req declarations in various locations, both @named and unnamed, to provide proper protection to different backend endpoints. It seems that addi