3 messages in ru.sysoev.nginxRe: wildcards in valid_referers
FromSent OnAttachments
Ian M. EvansNov 26, 2007 9:53 pm 
Igor SysoevNov 26, 2007 10:10 pm 
Ian M. EvansNov 26, 2007 10:24 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: wildcards in valid_referersActions...
From:Ian M. Evans (iane@public.gmane.org)
Date:Nov 26, 2007 10:24:14 pm
List:ru.sysoev.nginx

Igor Sysoev wrote:

The old versions did not support it too, although they did not warn about this. Now you may use regex:

valid_referers ~\.google\. ;

Thanks for the speedy answer.