>> .. as per the document you linked.  Maybe something needs to be jiggled
>> in the nginx config to pass along the port in the host header too?
>> Apache does this by default, IIRC, so not quite sure.
> 
> Yeah, I guess that is what I need to look for. Ideas, anyone?


Just found this in the nginx documentation:
proxy_set_header Host $host:$proxy_port;
That might work, I'll try it tomorrow, thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to