How to deploy Meteor App as a production on Ubuntu + Nginx

I want to know the right procedure for deploying Meteor App as a production on Ubuntu 16 + Nginx. I am currently using this command for running my live meteor app as a production:
meteor --port 9000 --production
But I have read some discussions where they say that --production is not the right way to make your Meteor App Live.
I want to know the right procedure to make my app live.
Any useful article or docs would be appreciated since I am new to Nginx. Thanks in advance.

Check out passenger: https://www.phusionpassenger.com/library/walkthroughs/deploy/meteor/

1 Like

I’ve told you everyone loves Passenger :slight_smile:
@ignl +1 for the PP