<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'>
<pre>I have something like this... I need to be able to apply three different 
limit_req depending:

a.) If the referer to click.php is domain.com ... apply zone1
b.) If there is some other referer apply zone2 on click.php
c.) If there is no referer apply zone3 on click.php


  location /click.php { limit_req zone=one;  proxy_pass http://backend; }
<br><br>Thanks guys<br></pre>                                     </div></body>
</html>