mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-17 17:56:27 +00:00
Merge bfd7fafa93
into 63d06da8a8
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user