How to limit_req depending if the requests has a REFERER or not.
Joseph Cabezas
tdgh2323 at hotmail.com
Tue Jun 5 22:33:09 UTC 2012
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; }
Thanks guys
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120605/cd52c6d0/attachment.html>
More information about the nginx
mailing list