I'm trying to confirm a service that requires me to drop a file into the /.well-known/ path on my server. I've found many articles online that suggest adding a "handler" section to my app.yaml file and mapping the .well-known url to a directory named well-known. However, that a) doesn't see to work in the flex environment, and b) is not documented as a known section for app.yaml in the flex environment, so it kind of follows that it won't work.
What is the recommended way to serve this URL in flex environment?
I'm running WordPress using the PHP 7.1 environment using the template from github.