mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 21:41:31 -07:00
Merge pull request #462 from paulius-valiunas/patch-1
fix bitwarden's admin page
This commit is contained in:
commit
dec4a83963
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