Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Конфигурация nginx нужна помощь
- To: memento <nginx-ru@xxxxxxxxx>
- Subject: Re: Конфигурация nginx нужна помощь
- From: Михаил Монашёв <postmaster@xxxxxxxxxxxxx>
- Date: Sun, 13 Jan 2013 18:37:53 +0400
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=softsearch.ru; h=date:from :reply-to:message-id:to:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=main; i= postmaster@xxxxxxxxxxxxx; bh=NWbPY2zEYEDRbWolK5wfVtpl5tk=; b=iCz mzASuuwzp4JvThLWtLalDwH9YOenGFwr/c/n+orb3CQsoK+9e4wVaHLvpNN6TuAa q5Aj/aIc4Ytvcjm/7Q14K1hJzXcAR9XA+1loWVenamV1iFyzf02htNgUIF0hQ+DH BS3bgjsIoxseyWPab0rV3N/lBCpzlr11eEzlbAFw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=softsearch.ru; h=date:from :reply-to:message-id:to:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= main; b=FgZhjMNv+2Uj5e27GJhjLaC4DVhp7A4Z3q69lE6FFYo2a9GgXKr3o7yX 3y67DNx8i8MLbMV1h7KNPkNlJQ/SwWL9rr3fl14pVYQkTyjmczWo1TShqlZjKMKt dc/TTOcaIhkBRtynPMMJEm28YMlqtZT6Rv6Tr3VQuNo+WfieGik=
- In-reply-to: <e743ff8f013129a524e6b0c53903c053.NginxMailingListRussian@forum.nginx.org>
- References: <e743ff8f013129a524e6b0c53903c053.NginxMailingListRussian@forum.nginx.org>
Здравствуйте, memento.
Вы писали 13 января 2013 г., 18:05:49:
> Добрый день!
> Помогите разобраться с настройкой nginx, задача такая:
> Есть domain1.ru и domain2.ru ...... domain100.ru
> Для domain1.ru конфиг nginx вглядит вот так:
> server {
> listen ip address:80;
> server_name www.domain1.ru;
> rewrite ^ http://domain1.ru$request_uri? permanent; #301 redirect
> }
> server {
> listen ip address:80;
> server_name .domain1.ru;
> Если в браузере набрать например subdomain.domain1.ru .......
> subdomain100.domain.ru url в браузере не изменяется, но отдается контент
> главной страницы domain1.ru
> Возможно ли сделать также и для доменов domain2.ru ...... domain100.ru?
> То есть при заходе на domain100.ru (который припаркован к ip адресу сервера)
> nginx отдавал главную страницу domain1.ru, не редиректя на domain1.ru
- server_name .domain1.ru;
+ server_name *;
--
С уважением,
Михаил mailto:postmaster@xxxxxxxxxxxxx
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|