How to create Virtual Hosts in Webuzo, How to create create virtual hosts in Webuzo for hosting different node applications (5 Replies, Read 20750 times)
I am trying to figure out how to host different webapps (nodejs) in my server which is managed via Webuzo. I am new to that, and my idea was to create different Virtual Hosts for each app.
The main goal at the end is to be able to make API calls like the following:
And the calls would be redirected to the correct nodejs application
Thus, I have the following questions:
1. Is it the correct approach? One Virtual Host for each webapp / staging?
2. How can you create Virtual Hosts in Webuzo?
3. Do you need to create a subdomain to each Virtual Host?
4. Are the the environment variables set in each Virtual Host accessible by other Virtual Hosts? (I hope not - This is necessary for API Keys which offer a production and a test key)