I am deploying a Meteor App (Telescope) on my Ubuntu server running nginx - I got everything set up and working but the site will only show if I go to http://mysite.example:3000 rather than mysite.example
I am pretty new to Nginx and tried playing around with a Virtual Host file in the sites-available & sites-enabled folders but I don't think this is the way to go.
How can I get my app to appear on my sites default ports rather than :3000?
Thanks for your guidance!