|
|
|
@ -111,6 +111,7 @@ server { |
|
|
|
} |
|
|
|
} |
|
|
|
{{/if}} |
|
|
|
{{/if}} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{#if (String.Equal env.BW_ENABLE_ICONS "true") && !(String.Equal env.BW_ICONS_PROXY_TO_CLOUD "true")}} |
|
|
|
{{#if (String.Equal env.BW_ENABLE_ICONS "true") && !(String.Equal env.BW_ICONS_PROXY_TO_CLOUD "true")}} |
|
|
|
location /icons/ { |
|
|
|
location /icons/ { |
|
|
|
proxy_pass http://localhost:5004/; |
|
|
|
proxy_pass http://localhost:5004/; |
|
|
|
|