<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>