How would I go about hosting another website on my droplet? I would like to be able to go to www.exampledomain.com and then have it point to another directory, so I can have a few different websites that have the same IP
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.
Hello, there
If you are using Apache you could add a second Vhost, here’s a guide on how to do that:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04
If you are using Nginx, you need to add a second server block:
https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-ubuntu-16-04
Hope that this helps! Regards, Alex
<b>“And how do you do that?”</b> <br> <br><a href=“https://www.digitalocean.com/community/articles/how-to-set-up-nginx-virtual-hosts-server-blocks-on-ubuntu-12-04-lts--3”>How to Set Up nginx Virtual Hosts (Server Blocks) on Ubuntu 12.04 LTS</a> or <a href=“https://www.digitalocean.com/community/articles/how-to-set-up-apache-virtual-hosts-on-ubuntu-12-04-lts”>How to Set Up Apache Virtual Hosts on Ubuntu 12.04 LTS</a>.
And how do you do that?
you have to create virtual host