11 messages in ru.sysoev.nginxRe: one vhost takes over entire server
FromSent OnAttachments
Almir KaricOct 29, 2007 7:25 am 
Igor SysoevOct 29, 2007 8:19 am 
Almir KaricOct 29, 2007 9:28 am 
Almir KaricOct 29, 2007 9:47 am 
Almir KaricOct 30, 2007 11:11 am 
Igor SysoevOct 30, 2007 11:35 am 
Almir KaricOct 30, 2007 12:45 pm 
Igor SysoevOct 30, 2007 10:36 pm 
Almir KaricOct 31, 2007 3:01 am 
Almir KaricNov 6, 2007 7:18 am 
Brice FigureauNov 6, 2007 7:35 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: one vhost takes over entire serverActions...
From:Almir Karic (redd@public.gmane.org)
Date:Oct 30, 2007 11:11:16 am
List:ru.sysoev.nginx

anyone?

actually, it still doesn't work, same problems.

this is what my two proxy codes look like:

location / { proxy_pass http://127.0.0.1:81; proxy_max_temp_file_size 10M; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }

On 10/29/07, Almir Karic <redd@public.gmane.org>
wrote:

On 10/29/07, Igor Sysoev <is-G@public.gmane.org> 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)