mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
fix bitwarden's admin page
this looks like a copy/paste error?
This commit is contained in:
parent
de529a0329
commit
04d1016d0b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ location ~ (/bitwarden)?/admin {
|
|||
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app vaultwarden;
|
||||
set $upstream_app bitwarden;
|
||||
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