Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Помогите с реврайтом
server {
listen IP:port;
server_name www.domain.com;
rewrite ^(.+)$ http://domain.com$1 permanent;
}
Vasiliy Tolstov пишет:
> On Sun, 24 May 2009 17:17:29 +0400, Igor Sysoev <is@xxxxxxxxxxxxx> wrote:
>> Скоро за конструкцию
>> if ($host ~* "site1.ru") {
>> буду отписывать от листа.
>>
>
> А как правильно будет сделать редирект
> на основной домен, если пользователь
> приходит на поддомен www ?
> Я делаю так :
С Уважением,
Дмитрий.
---
http://www.nginx.info
http://www.ras.su
|