use client provided header to determine access protocol
This commit is contained in:
parent
d40f9e06fc
commit
bfd7fafa93
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue