From 54d6196d362817d02a59503a45630cb29e1ed467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Sat, 22 Jun 2024 15:01:39 +0200 Subject: [PATCH] use tabs instead of spaces --- docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf b/docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf index b0acd36a..1ff8c2d5 100644 --- a/docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf +++ b/docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf @@ -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";