This commit is contained in:
realies 2024-07-01 21:55:57 +10:00 committed by GitHub
commit ee08271221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
set $test "";
if ($scheme = "http") {
if ($http_x_forwarded_proto = "http") {
set $test "H";
}
if ($request_uri = /.well-known/acme-challenge/test-challenge) {