mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
map icons server in nginx conf
This commit is contained in:
@@ -369,6 +369,10 @@ server {{
|
|||||||
location /identity/ {{
|
location /identity/ {{
|
||||||
proxy_pass http://identity/;
|
proxy_pass http://identity/;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
location /icons/ {{
|
||||||
|
proxy_pass http://icons/;
|
||||||
|
}}
|
||||||
}}");
|
}}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user