<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I am glad my explanations were clear enough, though I doubt I said more than the docs which, again, seem pretty clear to me.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">

You could make suggestions on how to improve the docs by quoting what you think would gain to be rephrased better.<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">

Based on my previous advice, you already know that using 'if' is avoidable and recommended.<br></div>What do you think you could change to match your new needs?<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">

At which level does the check should be done?<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">How to use variables to make only targeted environments affected by you contional statement?<br>

<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">You could search archives of the ML on the forum you are using since map configuration are a recurring question, and your use case has been addressed multiple times in the past.<br>

<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">To increase your chances to gain help, please provide:<br>- details on the process you followed<br>- relevant bits of the configuration you achieved which bother you<br>

- intel about searches/thinking you made<br>- precise questions/wondering you have<br></div><div class="gmail_extra"><div><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div>


<br><br><div class="gmail_quote">On Sun, Jun 1, 2014 at 11:02 AM, SupaIrish <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Thanks for the reply<br>
<br>
1) Your explanation clarified my misunderstanding, much appreciated.<br>
<br>
2) Your suggestion would make a lot of sense.  But after reading your<br>
response, I realized I wrote the check wrong in my example.  I'm trying to<br>
whitelist an inbound request from a specific server, not one that Nginx is<br>
serving.  Instead of $hostname I should be using $remote_addr and the IP of<br>
the remote server I'm attempting to whitelist from the throttling.  i.e.<br>
<br>
if ( $remote_addr = XX.XXX.XXX.XXX ) {<br>
  set $whitelist 1;<br>
}<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,250510,250530#msg-250530" target="_blank">http://forum.nginx.org/read.php?2,250510,250530#msg-250530</a><br>
<div class=""><div class="h5"><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" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div></div>