mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 13:23:48 -07:00
clarify correct config for *warden
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
778c764abc
commit
ddcc002e2b
4 changed files with 21 additions and 83 deletions
|
@ -1,7 +1,12 @@
|
|||
## Version 2023/11/11
|
||||
## Version 2023/11/12
|
||||
# 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.
|
||||
# if you are using bitwarden (the official image), use the bitwarden conf
|
||||
# if you are using vaultwarden (an unofficial implementation), use the vaultwarden conf
|
||||
#
|
||||
# vaultwarden defaults to port 80 and can be changed using the environment variable ROCKET_PORT on the vaultwarden container
|
||||
#
|
||||
# Environmental Variable DOMAIN=https://<DOMAIN>/vaultwarden must be set in vaultwarden container including subfolder.
|
||||
|
||||
location /vaultwarden {
|
||||
return 301 $scheme://$host/vaultwarden/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue