Browse Source

Test

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

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

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

Loading…
Cancel
Save