Problem:I am trying to raise an Http server on GCP on port 8080 or 80.
But I can only connect locally, and not from outside the GCP
network.From GCP: "curl localhost:8080" works, but "curl
external_ip:8080" does not work.From local computer: "curl
ex...