Configuring Nginx for Node.js Web Apps that Serve Both Static and Dynamic Content
If you are using nginx proxy_pass as the front-end for your node app, you should also be taking advantage of nginx’s ability to serve static content much more efficiently than …