I have
- a working website hosted on App Engine (python)... on let's say
domain.com - a working Wordpress on some IP address created with Cloud Launcher on Compute Engine
Both are within one Google Cloud project.
What I want is to have domain.com/blog show the Wordpress from the GCE instance. I thought the dispatch.yaml should be able to do this, but it seems it works only for GAE modules/services.
Is it possible to redirect */blog from GAE to a GCE instance?