Merge 1f28700749ff68a446d9742bd75da0b29f020445 into 3a01b2c84f2b0dc31fbd1f2bb962a2495ba27990

This commit is contained in:
MeCJay12 2025-02-05 09:41:16 -06:00 committed by GitHub
commit 82a2311e37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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