Merge 1f28700749ff68a446d9742bd75da0b29f020445 into 3f3aacd7ec757f8888c97e258fb99c6bc74860b4

This commit is contained in:
MeCJay12 2025-01-28 04:40:46 +00:00 committed by GitHub
commit 50d28eaac4
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) {