mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Bitwarden docker behind NGINX issues #2201
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 @sometimescool22 on GitHub.
Hey, I'm trying to run Bitwarden_rs behind NGINX (with cloudflare HTTPS enabled). Here is my
nginx.conf:And the command I'm launching the docker with:
But I haven't been able to reach the server on port 80 (with the nginx config). Going to the IP
@dani-garcia commented on GitHub:
I deleted you other issue, as you asked. About your problem, I don't know much about proxies and Docker, so maybe someone else sees this and helps you with it.
@sometimescool22 commented on GitHub:
Thanks (last issue had some PII). Turns out my DNS record for bw.domain.net was going to the wrong IP, whoops. Works now.