addition of updated bitwarden

This commit is contained in:
Alexandre
2021-01-07 09:55:45 +01:00
parent 164a60c2eb
commit 611e9a3f88
21 changed files with 739 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
upstream backend {
server 127.0.0.1:80;
}
upstream wsbackend {
server 127.0.0.1:8080;
}