On 25 Oct 2013 10:47, "youreright" <[email protected]> wrote: > > 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
You need to read the documentation, as those aren't valid nginx config statements. http://nginx.org/r/proxy_pass J
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
