Question
Run LAMP Stack on main domain, Run Node.JS on subdomain, same droplet
I want to run a basic LAMP stack at mydomain.com, and run a Node.JS app on sub.mydomain.com, on the same droplet. I have them both installed.
(users shouldn’t have to put a port number at the end, they both need port 80)
How can I do that?
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.
×