mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-14 02:27:24 -07:00
update bitwarden/vaultwarden templates
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
94e933954e
commit
f02608e2cf
4 changed files with 8 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
## Version 2023/05/31
|
||||
## Version 2023/11/11
|
||||
# make sure that your bitwarden container is named bitwarden
|
||||
# make sure that your dns has a cname set for bitwarden
|
||||
# set the environment variable WEBSOCKET_ENABLED=true on your bitwarden container
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
|
@ -82,7 +81,7 @@ server {
|
|||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app bitwarden;
|
||||
set $upstream_port 3012;
|
||||
set $upstream_port 80;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue