Порт в автоматическом редиректе (301)

Igor Sysoev is at rambler-co.ru
Mon Apr 9 23:45:05 MSD 2007


On Mon, Apr 09, 2007 at 09:28:31PM +0200, Roxis wrote:

> On Monday 09 April 2007, Igor Sysoev wrote:
> > http://sysoev.ru/nginx/docs/http/ngx_http_proxy_module.html#proxy_redirect
> 
> а что делать, когда доменов несколько сотен?

Listen             82
UseCanonicalName   on

<VirtualHost 127.0.0.1:82>
    ServerName   domain1.ru
    ...
</VirtualHost>

<VirtualHost 127.0.0.1:82>
    ServerName   domain2.ru
    ...
</VirtualHost>


-- 
Игорь Сысоев
http://sysoev.ru





More information about the nginx-ru mailing list