node.js - EC2 amazon run two server on two different sub domain -
hi running application on port 80 on server http://example.com
now want run application on domain sub domain on same 80
port http://abc.example.com
how can this?
you'd updating cname dns records. example
http://example.com <=> 123.123.123.123 // server 1 here http://abc.example.com <=> 123.123.123.124 // server 1 or server 2 here
it doesn't matter port number use
Comments
Post a Comment