I successfully deployed my meteor app with similar settings shown in this tutorial:
http://code.krister.ee/hosting-multiple-instances-of-meteor-on-digitalocean/
When I visit the URL, the default nginx shows up. I tried using a different url such as demo.example.com, but nothing loads.
I even tried changing the ports from 3001 to 80 to no ports specified in the mup.json
file
I checked the nginx/sites-enabled files and there was only default
, so I created a new one as outlined in the tutorial.
I still can't get my ip or domain to load my app. Am I doing something wrong?