My best lead to solving this seems to be to use an nginx location directive 
like this and placing the files into a directory called well-known in my 
application root directory.

location /.well-known/ {
    alias /some/path/well-known/;
}

However, I do not know what the absolute path to the application root 
directory is in the flex environment. I was not able to find it searching 
the documents, either. Where can I find this? Is it provided as a variable 
in the nginx config?

-- 
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/b680fc5c-a323-417a-83b2-532379c5d53c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to