Website QA intelligence for teams who ship
Guides Tool Comparisons QA Glossary Archive RSS Feed
background agency & stakeholder 1 sources

Reverse Proxy for Node.js — Nginx and Apache2 Side by Side

In Part 1 , we set up NVM and PM2. In Part 2 , we started the Node.js application. Now let's put a reverse proxy in front of it. Why a Reverse Proxy? Your Node.js app should never be directly exposed on port 80 or 443. A reverse proxy handles: SSL/TLS termination — Node doesn't deal with certificate

Reported by Dev.to. Monitor for further developments.