mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-14 00:14:27 +00:00
Merge f5373dd9cc6370d39bfed90790a6c15abf9fe512 into 3a01b2c84f2b0dc31fbd1f2bb962a2495ba27990
This commit is contained in:
commit
3ab63de749
@ -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