mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 04:10:10 +00:00
Merge 1f28700749
into 79d28f03d0
This commit is contained in:
@@ -2,7 +2,7 @@ set $test "";
|
|||||||
if ($scheme = "http") {
|
if ($scheme = "http") {
|
||||||
set $test "H";
|
set $test "H";
|
||||||
}
|
}
|
||||||
if ($request_uri = /.well-known/acme-challenge/test-challenge) {
|
if ($request_uri ~* /.well-known/acme-challenge/) {
|
||||||
set $test "${test}T";
|
set $test "${test}T";
|
||||||
}
|
}
|
||||||
if ($test = H) {
|
if ($test = H) {
|
||||||
|
Reference in New Issue
Block a user