mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-07 06:22:29 +00:00
Merge be5903f6c72fcc0b8f0f9ad214abe1b8822db7e4 into 805968aac613fb3719b5fe8a78cdb2d7c7a7f026
This commit is contained in:
commit
632cd83972
@ -2,7 +2,7 @@ set $test "";
|
||||
if ($scheme = "http") {
|
||||
set $test "H";
|
||||
}
|
||||
if ($request_uri = /.well-known/acme-challenge/test-challenge) {
|
||||
if ($request_uri ~ "^\/\.well-known\/acme-challenge\/(.*)") {
|
||||
set $test "${test}T";
|
||||
}
|
||||
if ($test = H) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user