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";