Merge f5373dd9cc
into 9687e9e450
This commit is contained in:
commit
2b1442a008
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue