atom feed6 messages in ru.sysoev.nginxRe: limit issue, i think it's a bug
FromSent OnAttachments
websunNov 26, 2009 12:23 am 
talistoNov 26, 2011 2:02 am 
Maxim DouninNov 26, 2011 2:38 am 
talistoNov 26, 2011 4:22 am 
Stefan CaunterNov 26, 2011 5:20 am 
Maxim DouninNov 26, 2011 12:27 pm 
Subject:Re: limit issue, i think it's a bug
From:Maxim Dounin (mdou@mdounin.ru)
Date:Nov 26, 2011 2:38:50 am
List:ru.sysoev.nginx

Hello!

On Sat, Nov 26, 2011 at 05:03:24AM -0500, talisto wrote:

I realize this is a two-year-old topic, but I'm having the same issue. It doesn't matter what I have the rate set to, it only allows about 2 requests per second. This is my config:

in http: limit_req_zone $binary_remote_addr zone=flood:10m rate=15r/s;

in server location: limit_req zone=flood;

That should really be all that is necessary, right? I'm using Nginx 1.1.6.

How do you test it?