Browse Source

Test

fix-unified-icons-setting
Vince Grassia 2 years ago
parent
commit
eccd98f0be
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

@ -110,7 +110,6 @@ server { @@ -110,7 +110,6 @@ server {
proxy_pass http://localhost:5001/;
}
{{/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