DEV Community

Discussion on: Docker 201: Use NGINX as a Reverse Proxy for NodeJS Server in 2020! 📦 🙌 (practical guide)

Collapse
 
reggietheroman profile image
reggietheroman

I think so. Just so im sure i understood your explanation, internally they use 3000 and 3001, and when people hit up myproduct.com and app.myproduct.com, that goes to nginx which then forwards the request to the correct ports?

Thread Thread
 
maximization profile image
Maxim Orlov

Correct!

Thread Thread
 
reggietheroman profile image
reggietheroman

awesome. thanks so much!