What is Nginx?
Understand what Nginx is, how it differs from Apache, and the two primary roles it plays — web server and reverse proxy — in a production deployment.
Hands-On: Reverse Proxy an Express App
Set up Nginx on Ubuntu as a reverse proxy for an Express app on port 3000, serve static assets directly, and reload safely.