I have a Node JS appengine app. but i want to route anything /blog/* to a 
separate wordpress VM created through the cloud launcher. it's not an 
appengine service, just a compute engine VM.

How can I do this?


Current app.yaml:


runtime: nodejs
env: flex

manual_scaling:
  instances: 1
resources:
  cpu: 1
  memory_gb: 0.5
  disk_size_gb: 10

handlers:
- url: /.*
  script: auto
  secure: always
  redirect_http_response_code: 301

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/116fd608-d67f-4ed7-8316-d82f05532425%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] Rout... Ryan Sacha

Reply via email to