Merge 1f28700749ff68a446d9742bd75da0b29f020445 into c4df89df1f11ef8cb26ab375d161f6c82e72d401

This commit is contained in:
MeCJay12 2025-02-06 08:46:19 +02:00 committed by GitHub
commit ffeb63e23b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ set $test "";
if ($scheme = "http") {
set $test "H";
}
if ($request_uri = /.well-known/acme-challenge/test-challenge) {
if ($request_uri ~* /.well-known/acme-challenge/) {
set $test "${test}T";
}
if ($test = H) {