wmluke / dokku-domains-plugin

Dokku plugin to create nginx vhost with multiple domains
MIT License
176 stars 21 forks source link

Plugin doesn't work - setup www subdomain #13

Closed voronianski closed 10 years ago

voronianski commented 10 years ago

The question is relatively simple but I didn't get to find a simple solution for this.

My case - I have myapp.com deployed on dokku and I NEED www.myapp.com subdomain to point to the same app.

BUT I have foo.myapp.com (also deployed on dokku) and somehow www.myapp.com always points to this app instead of root..

How to change that behavior?