use tabs instead of spaces

This commit is contained in:
Pau Capó 2024-06-22 15:01:39 +02:00 committed by GitHub
parent 1a12f7f3a8
commit 54d6196d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ if ($scheme = "http") {
set $test "H"; set $test "H";
} }
if ($http_x_forwarded_proto = "http") { if ($http_x_forwarded_proto = "http") {
set $test "H"; set $test "H";
} }
if ($request_uri = /.well-known/acme-challenge/test-challenge) { if ($request_uri = /.well-known/acme-challenge/test-challenge) {
set $test "${test}T"; set $test "${test}T";