Browse Source

Try spacing fix

fix-unified-icons-setting
Vince Grassia 2 years ago
parent
commit
4fc8c97f7c
No known key found for this signature in database
GPG Key ID: 9AD7505E8448CC08
  1. 2
      docker-unified/hbs/nginx-config.hbs

2
docker-unified/hbs/nginx-config.hbs

@ -111,7 +111,7 @@ server { @@ -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/;
}

Loading…
Cancel
Save