I want to use multiple domains for an application. I set up a simple 
application in GAE and prepared another server for the reverse proxy. 
The proxy config looks like:
{{{
HOSTNAME:80 {

proxy / https://APP-ID.appspot.com/ {
  header_upstream Host APP-ID.appspot.com;
  header_upstream X-Real-IP {remote}
  header_upstream X-Forwarded-For {remote}
  header_upstream X-Forwarded-Proto {scheme}
}
}
}}}

I have no luck here. I get a 400 error.
{{{
$ curl http://HOSTNAME/
<html><title>Error 400 (Bad Request)!!1</title></html>
}}}

Do you know is there any way to set a reverse proxy for GAE? Thanks.

-- 
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 [email protected].
To post to this group, send email to [email protected].
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/e9a21dd0-ed07-4173-b3a0-5b39cc08d1e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appe... Dreampuf
    • [google... Attila-Mihaly Balazs
      • [go... Dreampuf
        • ... 'Harmit Rishi (Cloud Platform Support)' via Google App Engine

Reply via email to