> Sounds like you need the nginx equivalent of Apache's > "ProxyPreserveHost". That seems to be: > > proxy_set_header Host $host;
I do have that instruction in the nginx conf file but obviously that does not suffice. > .. 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? -- 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.