mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
Unable to use with reverse proxy (letsencrypt by linuxserver.io) #19
Reference in New Issue
Block a user
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 @Ryonez on GitHub (Jul 1, 2018).
Hi there.
I've been working on this for a few hours now and I'm makeing no headway.
I'm trying to to use the letsencrypt docker by linuxserver.io to serve bitwarden_rs over https to the internet.
It's all set up, the url is redirected from http to https if needed, and the proxy forwards the traffic to the http port on the bitwarden docker. However any attempt to load the page returns with
ERR_CONNECTION_CLOSEDThere doesn't seem to be anything happening, the dev interface for chrome says that it stalled.
Any change for some help please?
@Ryonez commented on GitHub (Jul 1, 2018):
Alright, turns out it was my fault.
Turns out the nginx has to load the default site config file first. I had named the bitwarden config
bitwarden, which placed it abovedefaultin the load order. The things you learn huh >.<