mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-12 16:44:36 +00:00
Merge 1f28700749ff68a446d9742bd75da0b29f020445 into 3f3aacd7ec757f8888c97e258fb99c6bc74860b4
This commit is contained in:
commit
50d28eaac4
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user