update bitwarden/vaultwarden templates

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik 2023-11-11 13:36:10 -06:00
commit f02608e2cf
No known key found for this signature in database
4 changed files with 8 additions and 12 deletions

View file

@ -1,8 +1,7 @@
## Version 2023/03/27
## Version 2023/11/11
# make sure that your vaultwarden container is named vaultwarden
# make sure that vaultwarden is set to work with the base url /vaultwarden/
## Environmental Variable DOMAIN=https://<DOMAIN>/vaultwarden must be set in vaultwarden container including subfolder.
## This is using ports 80 and 3012
location /vaultwarden {
return 301 $scheme://$host/vaultwarden/;
@ -68,7 +67,7 @@ location ~ (/vaultwarden)?/notifications/hub {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app vaultwarden;
set $upstream_port 3012;
set $upstream_port 80;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;