one vhost takes over entire server

Almir Karic redduck666 at gmail.com
Mon Oct 29 19:28:28 MSK 2007


On 10/29/07, Igor Sysoev <is at rambler-co.ru> wrote:
> You need to add
>
>        location / {
>             proxy_pass http://127.0.0.1:81;
> +           proxy_set_host  Host  $host;
>        }

thanks


(and it is ''proxy_set_header   Host             $host;'', just in
case someone will be looking at this thread facing same troubles)

-- 
almir





More information about the nginx mailing list