mirror of
https://github.com/bitwarden/self-host.git
synced 2026-03-03 03:57:01 +00:00
Try spacing fix
This commit is contained in:
@@ -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/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user