updates rev-proxy to use vaultwarden instead of bitwarden.
This commit is contained in:
@@ -30,7 +30,7 @@ include /etc/nginx/includes/ssl.conf;
|
||||
|
||||
location / {
|
||||
include /etc/nginx/includes/proxy.conf;
|
||||
proxy_pass http://bitwarden;
|
||||
proxy_pass http://vaultwarden;
|
||||
}
|
||||
|
||||
access_log /var/log/nginx/bitwarden-access.log combined;
|
||||
@@ -189,7 +189,7 @@ location / {
|
||||
return 404;
|
||||
}
|
||||
|
||||
access_log /var/log/nginx/access.log access;
|
||||
access_log off;
|
||||
log_not_found off;
|
||||
error_log /var/log/nginx/error.log error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user