Create virtual host for services running on different ports

Some services run on different ports and to access them in the browser we have to mention the port number also. For ex : SonarQube : 9000 [http://127.0.0.1:9000] Neo4j : 7474 [http://127.0.0.1:7474] Jenkins : 8080 [http://127.0.0.1:8080] It is difficult to remember different server IPs alone and now we have to remember the port number too. 😕 … Continue reading Create virtual host for services running on different ports