<div dir="ltr">You can put limit_req in a location, for example do not limit static files and only limit expensive backend hits, or use two different thresholds.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 9, 2016 at 3:39 AM,  <span dir="ltr"><<a href="mailto:lists@lazygranch.com" target="_blank">lists@lazygranch.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">‎Since this limit is per IP, is the scenario you stated really a problem? Only that IP is effected. Or as is often the case, did I miss something?<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/<wbr>ngx_http_limit_req_module.html</a><br>
<br>
  Original Message  <br>
From: Grant<br>
Sent: Thursday, September 8, 2016 6:24 PM<br>
To: <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
Reply To: <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
Subject: limit-req and greedy UAs<br>
<div class="HOEnZb"><div class="h5"><br>
Has anyone considered the problem of legitimate UAs which request a<br>
series of files which don't necessarily exist when they access your<br>
site? Requests for files like robots.txt, sitemap.xml,<br>
crossdomain.xml, apple-touch-icon.png, etc could quickly cause the UA<br>
to exceed the limit-req burst value. What is the right way to deal<br>
with this?<br>
<br>
- Grant<br>
<br>
______________________________<wbr>_________________<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/<wbr>mailman/listinfo/nginx</a><br>
<br>
______________________________<wbr>_________________<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/<wbr>mailman/listinfo/nginx</a></div></div></blockquote></div><br></div>