I would like to know how to access websites by IP address in a server that hosts more than one web application?
Currently I can get the IP address of the server, but it points to one site by default. Is there a prefix or suffix that I can add to the IP address to get a particular website in the server?
Eg: I would like to access by IP address:
http://mysubdomain1.domain.com
http://mysubdomain2.domain.com
http://mysubdomain3.domain.com
The server hosts many ruby on rails web apps via nginx and unicorn.
Thanks in advance.