atom feed17 messages in ru.sysoev.nginxRe: forward by sub domain
FromSent OnAttachments
Alex EggSep 21, 2007 9:54 pm 
Igor SysoevSep 21, 2007 11:57 pm 
Alex EggSep 22, 2007 12:02 am 
Alex EggSep 22, 2007 12:08 am 
Igor SysoevSep 22, 2007 12:13 am 
Igor SysoevSep 22, 2007 12:17 am 
Alex EggSep 22, 2007 12:46 pm 
Alex EggSep 22, 2007 4:50 pm 
Wayne E. SeguinSep 22, 2007 7:09 pm 
BJ ClarkSep 22, 2007 8:18 pm 
Igor SysoevSep 22, 2007 11:09 pm 
Wayne E. SeguinSep 23, 2007 6:18 am 
Alex EggSep 23, 2007 9:53 am 
Alex EggSep 23, 2007 10:28 am 
Denis F. LatypoffSep 23, 2007 10:38 am 
Igor SysoevSep 23, 2007 10:44 am 
Alex EggSep 23, 2007 10:53 am 
Subject:Re: forward by sub domain
From:Wayne E. Seguin (wayn@public.gmane.org)
Date:Sep 23, 2007 6:18:56 am
List:ru.sysoev.nginx

On Sep 23, 2007, at 02:10 , Igor Sysoev wrote:

Is there way to still proxy the request to localhost:300 but have it appear that it's from svn.mydomain.com?

proxy_pass http://localhost:3000; proxy_set_header Host svn.mydomain.com;

Awesome, much simpler than what I have been using.

Thank you Igor!

~Wayne