-
-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
🧐 Bug: Needs ConfirmationSomething isn't working, but needs to be confirmed by a team member.Something isn't working, but needs to be confirmed by a team member.
Description
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 you expect?
A request to /.well-known/security.txt returns a 200 and the content.
What happened instead?
The response status code is 403
I think the reason is the filter in here:
| @rejected path *.bak *.conf *.dist *.fla *.ini *.inc *.inci *.log *.orig *.psd *.sh *.sql *.swo *.swp *.swop */.* |
Affected Docker Images
I'm using serversideup/php:8.3-frankenphp
Anything else?
It seems that the same issue was fixed some time ago for NGINX unit, see #469.
Metadata
Metadata
Assignees
Labels
🧐 Bug: Needs ConfirmationSomething isn't working, but needs to be confirmed by a team member.Something isn't working, but needs to be confirmed by a team member.