Hello,
I used the following page : http://wiki.nginx.org/NginxRubyonRailsMongrel
I had a problem : when submitting a form or clicking on some links, the port wasn't kept.
Can you please check out the relevant wiki pages and change the following line of config on relevant wiki pages :
[code]
proxy_set_header Host $host:$server_port;
[/code]
instead of :
[code]
proxy_set_header Host $host;
[/code]
Thanks,
Barbara