Merge 2bb99e68d8299d60a8e6db677bb559e814b409bb into 5aeb99b856640ce98008dab253875292633d885a

This commit is contained in:
EDIflyer 2024-10-11 14:06:02 +08:00 committed by GitHub
commit 718f885448
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) {