<div dir="ltr">Hello guys, <div><br></div><div>Is it a bug, something not implemented or a mistake on my side?</div><div><br></div><div>Best,</div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 29, 2016 at 5:05 PM, Guillaume Charhon <span dir="ltr"><<a href="mailto:guillaume@databerries.com" target="_blank">guillaume@databerries.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello, <div><br></div><div>I have setup nginx 1.9.3 as a reverse proxy [1] with a rate limitation per server [2]. The rate limitation does not work on this scenario. The rate request limitation works well if I use nginx as a normal webserver (for example to serve the default welcome page).</div><div><br></div><div>I have attached my configuration files (listen on 80 and redirect to another webserver running lighttpd). </div><div><br></div><div><br></div><div>[1] <a href="http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass" target="_blank">http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass</a></div><div>[2] <a href="http://nginx.org/en/docs/http/ngx_http_limit_req_module.html" target="_blank">http://nginx.org/en/docs/http/ngx_http_limit_req_module.html</a></div><div><br></div><div>Best Regards,</div><div>poiuytrez</div><div><br></div><div>PS : You can run it in a docker using the following commands if you need:</div><div><div><br></div><div>docker run --rm --name nginx -p 8082:80 -v /yourdir/nginx.conf:/etc/nginx/nginx.conf:ro -v /yourdir/default.conf:/etc/nginx/conf.d/default.conf --link backend:backend nginx</div><div><br></div><div>docker run --rm --name backend -p 8081:80 jprjr/lighttpd<br></div><div><br></div><div>Go to <a href="http://localhost:8082/" target="_blank">http://localhost:8082/</a> in your web browser.</div></div></div>
</blockquote></div><br></div></div>