1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 07:43:54 +00:00

build node assets and no trailing admin slash

This commit is contained in:
Kyle Spearrin
2018-03-25 00:16:26 -04:00
parent 1087328248
commit 15b1a426e4
2 changed files with 5 additions and 2 deletions

View File

@@ -194,8 +194,8 @@ server {{
proxy_pass http://icons/;
}}
location /admin/ {{
proxy_pass http://admin:5000/admin/;
location /admin {{
proxy_pass http://admin:5000;
}}
}}");
}