Try spacing fix

This commit is contained in:
Vince Grassia
2023-08-07 17:54:46 -04:00
parent 0c19e2d880
commit 4fc8c97f7c

View File

@@ -111,7 +111,7 @@ server {
}
{{/if}}
{{#if Boolean.And ((String.Equal env.BW_ENABLE_ICONS "true") (Boolean.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/;
}