<p class="MsoNormal">Correction: </p>

<p><span style="font-size:10.0pt;font-family:"Arial","sans-serif";color:#222222">I
have multiple nginx machines running proxy and LB's through a round robin DNS
mechanism.</span></p><br><div class="gmail_quote">On Mon, Feb 13, 2012 at 1:11 PM, Quintin Par <span dir="ltr"><<a href="mailto:quintinpar@gmail.com">quintinpar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<p>I have multiple nginx machines running and proxy LB
through a round robin DNS mechanism. </p>

<p>I do rate limiting as follows </p>

<p>   limit_req_zone
$binary_remote_addr zone=pw:30m rate=20r/m; </p>

<p>        location /
{</p>

<p>                    limit_req zone=pw burst=5 nodelay;</p>

<p>But this is per machine. Can this data be shared between
the load balancers so that rate limiting is global and I can scale out.  </p><span class="HOEnZb"><font color="#888888">

<p>-Quintin</p>
</font></span></blockquote></div><br>