<div dir="ltr">Hello Maxim, <div><br></div><div>You are completely right. I must have been completely tired to miss it.</div><div><br></div><div>Thank you,</div><div>Guillaume</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 2, 2016 at 1:28 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>
<span class=""><br>
On Mon, Feb 29, 2016 at 05:05:16PM +0100, Guillaume Charhon wrote:<br>
<br>
> I have setup nginx 1.9.3 as a reverse proxy [1] with a rate limitation per<br>
> server [2]. The rate limitation does not work on this scenario. The rate<br>
> request limitation works well if I use nginx as a normal webserver (for<br>
> example to serve the default welcome page).<br>
><br>
> I have attached my configuration files (listen on 80 and redirect to<br>
> another webserver running lighttpd).<br>
<br>
</span>There is no "limit_req" directive anywhere in your config, so it's<br>
not a surprise rate limiting does not work.<br>
<br>
You have to configure both "limit_req_zone" (to configure shared<br>
memory zone to store states) and "limit_req" (to configure<br>
particular limits in particular locations), see<br>
details here:<br>
<br>
<a href="http://nginx.org/en/docs/http/ngx_http_limit_req_module.html" rel="noreferrer" target="_blank">http://nginx.org/en/docs/http/ngx_http_limit_req_module.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
<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" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>