Hi all,
I’ve seen several questions being posted on this forum which are similar to this, but sadly no answers have been given for those. There are also some that look the same but have a completely different scope to this.
The situation is this: We have a number of Meteor-based tools we want to write for insight into internal data, which we want to run on a single, internal server on our network. This means that they should be available on URLs looking like this:
http://meteorserver/app1
http://meteorserver/app2
(I’ve seen a lot of solutions for this that use different subdomains or FQDNs, but that is not an option for us)
I’ve tried MUP, which looks from the documentation that it should do the trick, but for some reason (and I’ve seen this in other questions as well, like “Meteor up - two apps running one virtual server”), only the first app launched ever shows up. The other app path returns an nginx error.
I’ve also tried using Phusion Passenger (https://www.phusionpassenger.com/), but frustratingly, the ‘multi-tenant’ option that they seem to support, is completely undocumented and even googling for solutions on that seems not to yield any results.
Are there any other solutions out there? Using external servers (like Galaxy or several Digital Ocean Droplets, etc.) aren’t an option as the whole system needs to work internally.
Any help would be appreciated!