mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-01 11:32:28 +00:00
Merge 2bb99e68d8299d60a8e6db677bb559e814b409bb into d499e2bfef7c79981ad46fa5946e743d7380eb65
This commit is contained in:
commit
b9476c5e85
@ -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