Question
Change root directory for a domain?
I have a development directory (/build) and a public directory (/public) how do I serve the public directory as the home?
I don't want to have to do a re-direct or obviously serve the site on http://www.mysite.io/site/public
Any thoughts I can't find anything?
P.S I am not using any stack, I don't think I need apache (even though I think it's installed already) or php. This is a node.js app and I think I may eventually run this on port 3000, and eventually need to figure out how to serve that on port 80 instead.
Add a comment
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.
×