File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Version 2023/02/13
1+ ## Version 2023/03/27
22# make sure that your vaultwarden container is named vaultwarden
33# make sure that your dns has a cname set for vaultwarden
44# set the environment variable WEBSOCKET_ENABLED=true on your vaultwarden container
@@ -45,7 +45,7 @@ server {
4545
4646 }
4747
48- location ~ (/vaultwarden)?/admin {
48+ location ~ ^ (/vaultwarden)?/admin {
4949 # enable the next two lines for http auth
5050 #auth_basic "Restricted";
5151 #auth_basic_user_file /config/nginx/.htpasswd;
Original file line number Diff line number Diff line change 1- ## Version 2023/02/13
1+ ## Version 2023/03/27
22# make sure that your vaultwarden container is named vaultwarden
33# make sure that vaultwarden is set to work with the base url /vaultwarden/
44## Environmental Variable DOMAIN=https://<DOMAIN>/vaultwarden must be set in vaultwarden container including subfolder.
@@ -31,7 +31,7 @@ location ^~ /vaultwarden/ {
3131
3232}
3333
34- location ~ (/vaultwarden)?/admin {
34+ location ~ ^ (/vaultwarden)?/admin {
3535 # enable the next two lines for http auth
3636 #auth_basic "Restricted";
3737 #auth_basic_user_file /config/nginx/.htpasswd;
You can’t perform that action at this time.
0 commit comments