Hello Miguel, In our app, users can hook-up their custom domain to their accounts.
Now, appengine has this restriction that one cannot attach a custom domain without google verifying it. And there is no API to do that verification. It can be done via the UI only. So the only way to offer custom domain to our users was to attach domains to another machine running a reverse proxy above the GAE application. Thanks. On Saturday, 2 January 2016 01:25:28 UTC+5:30, Miguel Vitorino wrote: > > Hi, > > I don't have an answer for you, but I am curious to why you need nginx in > front of AppEngine. > > Miguel > > On Friday, 1 January 2016 07:39:45 UTC, Mayank Bhagya wrote: >> >> >> Hello, >> >> I am using nginx as a reverse proxy in front of my appengine app. >> >> So the client's IP doesn't turn up in the remote_addr of the request that >> reaches app engine. >> Instead, remote_addr has the ip of the machine running nginx. >> >> So lat-lng, country and other headers are not getting populated correctly. >> Is there anyway I can tell appengine to use the forwarded IP to compute >> lat-lng, country etc? >> >> Thanks. >> -mayank >> > -- 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/a2dcf8e9-85b1-4e23-bab5-b32f193487b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
