I have set up dokku on digital ocean and deployed my first site successfully like this:
git remote add dokku dokku@myfirstdomain.com:myfirstdomain.com git push dokku master
I can access this first site by visiting either http://www.mydomain.com or http://mydomain.com
I have set up my second site in the same way
git remote add dokku dokku@myseconddomain.com:myseconddomain.com git push dokku master
I can access my second site by going to http://myseconddomain.com but when I try to access using http://www.myseconddomain.com it shows the site from myfirstdomain.com
How do I set up the www subdomain so http://www.myseconddomain.com correctly loads the myseconddomain content?
I have pointed the * A record and @ A record of both domains to the ip address of my droplet
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
quick question how did u copy the key to dokku before git push? <br> <br>cat ~/.ssh/id_rsa.pub | ssh root@myfirstdomain.com:myfirstdomain.com “sudo sshcommand acl-add dokku myfirstdomain.com” ? <br> <br>Thanks.
Check your webserver configuration file, or if you want post it here to help you.
@maestrrr I copied from .ssh/id_rsa.pub and pasted in the input field that you get when first setting up Dokku. <br>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.