I have my node.js application running successfully via Dokku. I can reach it via my app’s IP address http://1.2.3.4:49168.
Since it’s Dokku, the port number changes every time I deploy. We’ve setup a subdomain to point to it and it works successfully when we access http://subdomain.ourdomainname.com:49168 but the application fails if we try to just use http://subdomain.ourdomainname.com
I’ve followed a few tutorials and taken edited both my /home/dokku/VHOSTS
and /home/dokku/myapp/VHOSTS
but nothing seems to take.
I can successfully SSH into my application with $ ssh root@subdomain.ourdomainname.com
so it seems to me that something is working the way it should.
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
This question was answered by @dethi:
View the original comment