I may be asking a stupid question here. But please bear with me.
I have 165.xxx.xx.xxx and DNS A Record value of mydomain.com is set to this IP address.
I have a subfolder /var/www/html/mysub-folder and wondering if it is possible to set a DNS A Record value of this subfolder to another domain name, anotherdomain.com.
Or do I have to use another droplet?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, @okadashinichi2819
You can host multiple websites on your droplet. You can point another domain’s A record to your droplet and then create the virtual host for the domain name and point it to the subdirectory as per your wish.
If you’re using Apache the following article will help you to create another virtual host:
A similar article for Nginx (the version is for Ubuntu 16.04, but the process is relatively the same):
Regards, Alex