Marcel Arns

Results 2 issues of Marcel Arns

Fixes: https://github.com/serversideup/docker-php/issues/626 The newest variation `frankenphp` is blocking everything under `.well-known/`. The following line is responsible for this https://github.com/serversideup/docker-php/blob/9b6868e8facc60b4f17a8898c8eb85c3db10c801/src/variations/frankenphp/etc/frankenphp/Caddyfile#L131 In this PR I've whitelisted some commonly used paths under `.well-known/`....

### Steps To Reproduce The FrankenPHP variant responds with `403` for commonly used URLs like `.well-known/`. Example: create a file .well-known/security.txt in the web root. ### Outcome #### What did...

🧐 Bug: Needs Confirmation