Re: valid_referers dynamic hostname

2013-05-24 Thread vlad...@binkmail.com
: --- > Hello! > > On Mon, May 20, 2013 at 02:14:02PM -0400, vlad...@binkmail.com wrote: > > > Hello, > > > > Thank you for your example Maxim. This is what I've wrote in my > config: > > > > set $temp "$host:$http_referer"; > >

Re: valid_referers dynamic hostname

2013-05-20 Thread vlad...@binkmail.com
Hello, Thank you for your example Maxim. This is what I've wrote in my config: set $temp "$host:$http_referer"; valid_referers none blocked server_names ~\.google\. ~\.yahoo\. ~\.bing\. ~\.ask\. ~\.live\. ~\.googleusercontent.com\. ; if ($invalid_referer){ set $test A ; } if ($temp ~* "^(.

Re: valid_referers dynamic hostname

2013-05-20 Thread vlad...@binkmail.com
Also, Isn't this a bug since I have added server_names to valid_referers? And since server_names knows the domain, it should work... Any ideas? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,239318,239343#msg-239343 ___ nginx mailing list

valid_referers dynamic hostname

2013-05-18 Thread vlad...@binkmail.com
Sorry for posting here - don't know for sure if it's the right place. I have an issue: 1) I use nginx as reverse proxy, but I don't always know the domain name for which I'm serving, so my setup looks like this: server_name _ $host 0.0.0.0; 2) I try to block invalid referers but when I try to