<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br><div><br>

<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">
<style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma</style>Hello.  <br><div dir="ltr"><br>I have something like this... I need to be able to apply three different limit_req depending:<br><br>a.) If the referer to click.php is domain.com ... apply zone1<br>b.) If there is some other referer apply zone2 on click.php<br>c.) If there is no referer apply zone3 on click.php<br><br><br><br>  location /click.php { <br>                                   limit_req zone=one nodelay; <br>                                   proxy_pass http://22.136.1.121:80/; <br>                                   }<br><br>Mike<br>                                     </div>
</div>                                      </div></body>
</html>