mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #632] Trying to access the web-vault results in Error 502 Bad Gateway #426
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ProudlyTM on GitHub (Sep 23, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/632
I am running a separate docker nginx server and I'm trying to proxy pass to the internal nginx server of the Bitwarden_RS container, except I have apparently configured something wrong, since I keep getting Error 502 when I try to access the web-vault.
This is what my own docker nginx server subdomain config looks like as of now.
Notes worth mentioning:
Any help will be appreciated. Thanks.
@ProudlyTM commented on GitHub (Sep 25, 2019):
I resolved this by changing "http://bitwarden:8383" to "http://bitwarden:80".. I didn't realize I was trying to reach a non-used port to the docker container of bitwarden itself. 🤦♂️😄