mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 13:35:10 -05:00
map icons server in nginx conf
This commit is contained in:
parent
e61e2cb0e9
commit
a9fd338690
@ -369,6 +369,10 @@ server {{
|
|||||||
location /identity/ {{
|
location /identity/ {{
|
||||||
proxy_pass http://identity/;
|
proxy_pass http://identity/;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
location /icons/ {{
|
||||||
|
proxy_pass http://icons/;
|
||||||
|
}}
|
||||||
}}");
|
}}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user