mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
/admin with no /
suffix
This commit is contained in:
parent
c4bd015e89
commit
8a28ce7fb5
@ -194,8 +194,8 @@ server {{
|
||||
proxy_pass http://icons/;
|
||||
}}
|
||||
|
||||
location /admin/ {{
|
||||
proxy_pass http://admin:5000/admin/;
|
||||
location /admin {{
|
||||
proxy_pass http://admin:5000/;
|
||||
}}
|
||||
}}");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user