Setup an Nginx Proxy for a Node.js App

InstructorMark Shust

Share this video with your friends

Send Tweet

Learn how to setup an Nginx proxy server that sits in front of a Node.js app. You can use a proxy to control the flow of frontend requests hitting your app, as well as to achieve better performance and scalability. We'll create a sample Node.js app and configure a default Nginx configuration file to proxy web requests.