sorry, copy/paste error: I have this:
#proxy_pass http://localhost:2345/;
#proxy_pass_reverse http://localhost:2345/;
location /nodejs {
proxy_pass http://localhost:2345/;
proxy_pass_reverse http://localhost:2345/;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244100,244102#msg-244102