I have a rails app with a domain likemyapp.com
running on heroku with the domain nameservers at DNsimple.com I want to create a wordpress blog hosted on GoDaddy. I found an article to do this (kinda) at
https://medium.com/@parterburn/wordpress-inside-a-ruby-on-rails-app-c324fbf39ad8
But my setup is a little different because the domain is on the DNsimple service and I can't seem to get it to work. According to this tutorial, my domain for the blog should be something like myapp.service.com but I can't seem to do that with GoDaddy especially since the domain name nameservers are at DNsimple.
Other than this 1 piece I have everything else setup. I am using the rack-reverse-proxy gem and all of that works fine except this domain issue. Any help would be greatly appreciated.