Serving Meteor on main domain and Apache on subdomain independently
- by kinologik
I'm running a Meteor server on my Ubuntu server. But problems arise when I try to have Apache serving a subdomain on the same server.
main.domain.com - Meteor
sub.domain.com - Apache
Meteor is running on port 80. I have previously tried to have Meteor run on port 3000 and served in reverse proxy with Nginx, but Meteor started to behave badly…