From 8f10bc8a2992c99eb0ef53210550c513f58b7d94 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:00:11 -0400 Subject: [PATCH] Test --- docker-unified/hbs/nginx-config.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-unified/hbs/nginx-config.hbs b/docker-unified/hbs/nginx-config.hbs index a2b9b07..bc01694 100644 --- a/docker-unified/hbs/nginx-config.hbs +++ b/docker-unified/hbs/nginx-config.hbs @@ -111,6 +111,7 @@ server { } {{/if}} + {{#if (String.Equal env.BW_ENABLE_ICONS "true") && !(String.Equal env.BW_ICONS_PROXY_TO_CLOUD "true")}} location /icons/ { proxy_pass http://localhost:5004/;