Question
How to get a single Nodejs app to serve different content to different domain names?
What I am trying to do is get several domain names pointing to one Nodejs app (express & next) and have unique content be served back based on which domain name it has come from. I’ve seen a few tutorials that are massively out of date, and mostly everyone else recommends to use Nginx and a reverse proxy. But that seems to be for serving up wholly different node apps, instead of serving content to a singular app. Any pointers would be greatly appreciated. Cheers!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×