mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
use tabs instead of spaces
This commit is contained in:
@ -3,7 +3,7 @@ if ($scheme = "http") {
|
||||
set $test "H";
|
||||
}
|
||||
if ($http_x_forwarded_proto = "http") {
|
||||
set $test "H";
|
||||
set $test "H";
|
||||
}
|
||||
if ($request_uri = /.well-known/acme-challenge/test-challenge) {
|
||||
set $test "${test}T";
|
||||
|
Reference in New Issue
Block a user