Hi,
When I first created an Ubuntu 18.04 droplet I used domain name as www.example.com and successfully completed all the steps documented here https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04
and I did not use www.example.com, dev.example.com and example.com any where in any of the steps. I only used IP address.
Since my requirement is to use this droplet only for subdomain, I changed domain name from www.example.com to ‘dev.example.com’.
My requirement is to setup another droplet for production to launch the site with domain name ‘www.example.com’.
Now I need to install ‘TLS/SSL certificates’ by following steps documented here https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-18-04
But I need to setup all DNS records required for subdomain ‘dev.example.com’ so that we can use this domain during development of the application.
Note: the domain name ‘example.com’ is registered with godaddy and I already pointed DO nameservers for this domain.
Could someone point right steps for adding DNS records for both main and subdomains to achieve my requirement.
thanks
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 Alex,
Thank you for answering my question. Yes I’ve done what you suggested, but my requirement is to operate dev.example.com. and www.example.com independently as replicated hosts. That means both the sites will be accessible publicly.
I’m adding here details of the droplet that is created and configured so far. Production droplet is yet to be bought.
Hope the above are correct and I would like to know what should be settings for production settings by considering the above is running in parallel. Sorry for my long question.
Best regards
Hello, @bengaltiger
If you’re using GoDaddy’s nameservers for you domain name than you can make the DNS change from their DNS control panel. Basically you need to make sure that the A record is pointed to the IP address of your droplet. The same goes for the subdomain - dev.example.com, the A record of the subdomain needs to be pointed to the IP address of your droplet/server.
Hope this helps. Let me know if you have any questions.
Regards, Alex