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.