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