ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proxy_set_header Host


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: proxy_set_header Host
  • From: "tazik" <nginx-forum@xxxxxxxx>
  • Date: Wed, 09 Nov 2011 01:26:03 -0500
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=ZibGGLo3u6UHEBCRWoaoifLN+5LqVIpxLtMs0MZokyE=; b=kAkQS8vpWcX3qahtRbzGrc7dxngP0P0wQ2NDDws0uKpzJ3A0yNP3zR7sCIIqdV5mdOWeBc4pVWp2wuQRA6N0dnfaF/J1/Zvz54QWFhQmmVmZMwUePMOfjXsQ2PW/r+ZU;
  • In-reply-to: <1422724426.20111108220008@xxxxxx>
  • References: <1422724426.20111108220008@xxxxxx>

Pavel V. Wrote:
-------------------------------------------------------
> Наверное можно пропустить
> трафик к каждому из 
> бэкендов еще раз, через
> этот же Nginx, через server
> {} на отдельных портах,
> описывая в них всё что
> нужно (Host, хосты/проты и т д).
> (server.example.com читать как 127.0.0.1)
> 
> upstream  backends  {
>     server   server.example.com:6000;
>     server   server.example.com:6001;
>     server   server.example.com:6002;
> 
>     ...
> }
> 
> #Frontend description
> server{
>   servername frontend.my.lan;
>   proxy_pass http://backends; 
> ##Заворачиваем запрос на
> этот же Nginx еще раз, на
> "прокси" бэкэндов
>   ...
> }
> 
> #Proxy-servers for backends
> server {
>        listen server.example.com:6000;
> 
>        proxy_set_header Host backend1.my.lan;
>        proxy_pass http://backend1.my.lan;
>        proxy_buffering off;  # ???
>        ...
> }
> server {
>        listen server.example.com:6001;
> 
>        proxy_set_header Host backend2.my.lan;
>        proxy_pass http://backend2.my.lan;
>        proxy_buffering off;  # ???
>        ...
> }
> server {
>        listen server.example.com:6002;
> 
>        proxy_set_header Host backend3.my.lan;
>        proxy_pass http://backend3.my.lan;
>        proxy_buffering off;  # ???
>        ...
> }
> 

Кстати - да! вариант. Спасибо!

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,200436,218052#msg-218052

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.