Here's my final solution:

location ^~ /.well-known/ {
    alias /app/well-known/;
}

I figured out the path by watching a deploy and noticing the web root was 
inside /app and deduced that was the application root for flex engine. 
Using the ^~ match causes it to overrule the prohibition against serving 
files beginning with a period.

-- 
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/acad8c19-d918-4ccc-ae9a-32dcc3bf323d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to