Using Google Cloud to host multiple servers on one VM

This blog post presents a solution to the following problem: we want to host two services, and have test1.example.com and test2.example.com route to them respectively. These services should run on one machine, on different ports. Google Cloud Load Balancing makes this relatively easy, although nginx solutions exist. Step 1: Set up a VM We’ll create …

Using Google Cloud to host multiple servers on one VM Read More »