Steps To Reproduce
The Nginx Unit variant now responds with 404 for "hidden" files and folders, see PR. However, this also affects commonly used URLs starting with .well-known, see https://en.wikipedia.org/wiki/Well-known_URI.
Example: create a file .well-known/security.txt in the web root.
Outcome
What did you expect?
A request to /.well-known/security.txt returns status code 200 and the content of the file.
What happened instead?
The returned status code was 404
Affected Docker Images
All unit variants since 3.4.0
Anything else?
No response