<div dir="ltr">My bad I missed that sentence in the docco.<div><br><div>Thanks, Ill be using map. That blog lead me down the wrong track.</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 18, 2013 at 11:26 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div class="im"><br>
On Wed, Sep 18, 2013 at 11:15:54PM +0930, SplitIce wrote:<br>
<br>
> I also think I found that 0 length keys wont be stored. This isn't in the<br>
> documentation but if I understand the code correctly they aren't, is this<br>
> correct?<br>
<br>
</div>It's in the documentation, see <a href="http://nginx.org/r/limit_req_zone" target="_blank">http://nginx.org/r/limit_req_zone</a>:<br>
<br>
: ... The key is any non-empty value of the specified variable (empty<br>
: values are not accounted). ...<br>
<div class="im"><br>
> On Wed, Sep 18, 2013 at 11:06 PM, SplitIce <<a href="mailto:mat999@gmail.com">mat999@gmail.com</a>> wrote:<br>
><br>
> > Does anyone know if there is any truth to this blog post:<br>
> > <a href="http://gadelkareem.com/2012/03/25/limit-requests-per-ip-on-nginx-using-httplimitzonemodule-and-httplimitreqmodule-except-whitelist/" target="_blank">http://gadelkareem.com/2012/03/25/limit-requests-per-ip-on-nginx-using-httplimitzonemodule-and-httplimitreqmodule-except-whitelist/</a><br>

> ><br>
> > And if so where about in the code its implemented? I was trying to find<br>
> > out if its possible to use a map to control limit req/s limits but I still<br>
> > cant find the code that does what that article says is possible.<br>
<br>
</div>The configuration provided in the post linked doesn't do any<br>
whitelisting.  Though it's mostly trivial to introduce one using a<br>
map{}.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/en/donation.html" target="_blank">http://nginx.org/en/donation.html</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>