If I run my expressjs app like so: coffee server.coffee and navigate to localhost:8080, everything works just fine.
coffee server.coffee
localhost:8080
However, when I reverse pro
Try this patch...
-proxy_pass http://node/; +proxy_pass http://node;