rerwrite problem

Igor Sysoev igor at sysoev.ru
Wed Jan 13 12:31:54 MSK 2010


On Tue, Jan 12, 2010 at 10:59:10PM -0500, lnxa wrote:

> It is great!
> thanks!
> why if($host!='www.abc.com') not work?

- if($host!='www.abc.com')
+ if ($host!='www.abc.com')

Look also
http://nginx.org/en/docs/http/converting_rewrite_rules.html


-- 
Igor Sysoev
http://sysoev.ru/en/



More information about the nginx mailing list