From 06976012d4eb156cdb81045f21143dacb5fb8539 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:23:14 -0400 Subject: [PATCH] Test template change --- docker-unified/hbs/nginx-config.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-unified/hbs/nginx-config.hbs b/docker-unified/hbs/nginx-config.hbs index cca399b..5b4d44e 100644 --- a/docker-unified/hbs/nginx-config.hbs +++ b/docker-unified/hbs/nginx-config.hbs @@ -111,7 +111,7 @@ server { } {{/if}} -{{#if And((String.Equal env.BW_ENABLE_ICONS "true") Not(String.Equal env.BW_ICONS_PROXY_TO_CLOUD "true"))}} +{{#if Boolean.And((String.Equal env.BW_ENABLE_ICONS "true") Boolean.Not(String.Equal env.BW_ICONS_PROXY_TO_CLOUD "true"))}} location /icons/ { proxy_pass http://localhost:5004/; }