<p dir="ltr">On 25 Oct 2013 10:47, "youreright" <<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>> wrote:<br>
><br>
> nginx is working, but, when doing proxy_pass, gives me: Cannot GET /nodejs<br>
><br>
> here are the lines I've added to nginx.conf<br>
><br>
> ProxyPass nodejs localhost:2345<br>
> ProxyPassReverse nodejs localhost:2345</p>
<p dir="ltr">You need to read the documentation, as those aren't valid nginx config statements. </p>
<p dir="ltr"><a href="http://nginx.org/r/proxy_pass">http://nginx.org/r/proxy_pass</a></p>
<p dir="ltr">J</p>