How do I setup nginx for multiple web app with multiple subdomains in GCE

Solution 1:

Your "staging" server block only listens on IPv6, but you are accessing your server via IPv4. You need to also add the IPv4 listen directives to that block.