Skip to content

Commit

Permalink
fix bitwarden's admin page
Browse files Browse the repository at this point in the history
this looks like a copy/paste error?
  • Loading branch information
paulius-valiunas authored Jul 7, 2022
1 parent de529a0 commit 04d1016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitwarden.subfolder.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 04d1016

Please sign in to comment.