I have 2 apps hosted on Nodejitsu
1st app ('main' site)..package.json:-
"subdomain": "myapp",
"domains": [
"myapp.com",
"www.myapp.com"
],
this serves successfully out of www.myapp.com and myapp.com
2nd app..package.json:-
"subdomain": "myaccount.myapp-otherapp",
"domains": [
"otherapp.myapp.com"
],
I want this second app to serve out of otherapp.myapp.com, the app page on Nodejitsu lists both otherapp.myapp.com and myaccount.myapp-otherappp.jit.su as 'domains' but only the jit.su domain actually works, the other one just hangs/times out.
Any clues?