Редирект на домен

Goncharov Yuri neo at kntele.com
Tue Nov 6 18:40:28 MSK 2007


Andrew Velikoredchanin wrote:
> Что-то не соображу как сделать.
> 
> Для сайта есть куча доменов. Один из них основной. Как сделать что-бы 
> любые обращения на не основной домен редиректились на такой-же урл 
> основного?
> 

     server {
         listen 80;
         server_name  anotherdomain.ru;
         access_log  /var/log/projects/anotherdomain.ru-access.log  combined;
         error_log  /var/log/projects/anotherdomain.ru-error.log;
         # Redirect
         rewrite / http://basedomain.ru/ last;
       }


-- 
Best regards

Phone +380 44 426 8812
CTO KNtelecom Ukraine Ltd.
----------------------------
NEO83-RIPE





More information about the nginx-ru mailing list