Report this

What is the reason for this report?

Dokku www subdomain

Posted on May 11, 2014

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!

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.

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>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.