<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'>
Hello.  <br><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></body>
</html>