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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -