proxy_pass Cannot GET

youreright nginx-forum at nginx.us
Fri Oct 25 09:46:46 UTC 2013


nginx is working, but, when doing proxy_pass, gives me: Cannot GET /nodejs
 
here are the lines I've added to nginx.conf
 
ProxyPass nodejs localhost:2345
ProxyPassReverse nodejs localhost:2345
 
2345 is where my node server is listening
 
I'm pointing chrome browser here:
http://localhost/nodejs
 
any ideas to fix it? web.js here is my node server:
http://plnkr.co/edit/ZdQqulPp4ovZqR9zikYm?p=preview
 
with apache ProxyPass[Reverse] this was working, but I'm trying nginx to see
performance gains

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,244100,244100#msg-244100



More information about the nginx mailing list