Load balancing with wildcard domains

Igor Sysoev is at rambler-co.ru
Sun Aug 12 00:10:51 MSD 2007


On Sun, Aug 12, 2007 at 12:05:37AM +0400, Igor Sysoev wrote:

> I do not understand your problem, but it seems you should pass proper "Host"
> header to backends:
> 
>          location / {
>              proxy_pass http://test;
> +            proxy_set  Host  $host;

            proxy_set_header  Host  $host;



-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list