Nginx rewrite host

Tomasz Pajor nikon at puffy.pl
Wed Feb 11 12:31:38 MSK 2009


if ($host !~* "(blah.com|blah2.com)") {
    rewrite  ^(.*)$ http://blah.com$1 break;
}

Reference:
http://wiki.codemongers.com/NginxHttpRewriteModule#if

--
Tom Pajor

> Hello!
>
>  
>
> How can I add 2 or more host?
>
>  
>
> *From:* owner-nginx at sysoev.ru [mailto:owner-nginx at sysoev.ru] *On 
> Behalf Of *Kingsley Foreman
> *Sent:* 11 Februari 2009 15:26
> *To:* nginx at sysoev.ru
> *Subject:* Re: Nginx rewrite host
>
>  
>
>                 if ($host != blah.com){
>                         rewrite  ^(.*)$ http://blah.com$1 break;
>                 }
>
>  
>
>  
>
> *From:* Glen Lumanau <mailto:glen at lumanau.web.id>
>
> *Sent:* Wednesday, February 11, 2009 3:14 PM
>
> *To:* nginx at sysoev.ru <mailto:nginx at sysoev.ru>
>
> *Subject:* Nginx rewrite host
>
>  
>
> Hello!
>
>  
>
> How can I create this rule
>
> If host = 127.0.0.1, 127.0.0.2
>
> Do nothing
>
>  
>
> If host != 127.0.0.1, 127.0.0.2
>
> Rewrite bla bla bla
>
>  
>
> Thank you for any help
>
>  
>






More information about the nginx mailing list