1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 15:23:42 +00:00

map icons server in nginx conf

This commit is contained in:
Kyle Spearrin
2017-10-23 18:04:21 -04:00
parent e61e2cb0e9
commit a9fd338690

View File

@@ -369,6 +369,10 @@ server {{
location /identity/ {{
proxy_pass http://identity/;
}}
location /icons/ {{
proxy_pass http://icons/;
}}
}}");
}
}