mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-15 08:54:27 +00:00
Merge f5373dd9cc6370d39bfed90790a6c15abf9fe512 into 498109addb6f2541082b88cb6ae115939321873c
This commit is contained in:
commit
50168c04b3
@ -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