mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-30 19:12:29 +00:00
Merge 2bb99e68d8299d60a8e6db677bb559e814b409bb into 5aeb99b856640ce98008dab253875292633d885a
This commit is contained in:
commit
718f885448
@ -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