How can I run two instance of meteor, each with it's own application on the same server on a different domain (ex: foo.com and tree.com)?
The most viable option I currently can think of is to use different ports and have a redirect in nginx to those ports on localhost. Afterwards I set the correct absolutePath for Meteor.
Any other options without using for example nginx?