How to create subdomains on webbynode/nginx?
- by peter
I've created a site at www.mydomain.com.
I want to create a mostly unrelated site at myapp.mydomain.com. But when I follow the same steps to initialize the code on this subdomain, it takes over the code at www.mydomain.com. Both locations point to the same app, but they shouldn't.
I followed the normal steps using RAPP:
wn init mywebby --dns=myapp.mydomain.com
wn push
My stack:
linux
nginx
RAPP
Node JS
1 webby