Pablo Chiappetti
@p4bloch
meteor deploy mysite.meteor.com
npm install -g mupmup initmup setupmup deployhttps://github.com/arunoda/meteor-up
server {
listen 80;
server_name wachi-app.com;
location / {
proxy_pass http://localhost:8200;
}
}server {
listen 80;
server_name otra-wachi-app.com;
location / {
proxy_pass http://localhost:8300;
}
}https://github.com/meteorhacks/cluster