Merge be5903f6c72fcc0b8f0f9ad214abe1b8822db7e4 into 805968aac613fb3719b5fe8a78cdb2d7c7a7f026

This commit is contained in:
EDIflyer 2024-12-16 23:56:15 -05:00 committed by GitHub
commit 632cd83972
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) {