This commit is contained in:
realies
2024-07-01 21:55:57 +10:00
committed by GitHub

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) {