mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #4122] [WIKI] Missing https instead of http for proxy examples #1794
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#1794
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 @MalTeeez on GitHub (Dec 3, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4122
Subject of the issue
The wiki proxy examples for nginx and nginx with path are missing an s, leading to 404s.
Seen at https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples at proxy_pass http://vaultwarden-default;
Deployment environment
Nginx & Vaultwarden in Docker
vaultwarden version: 1.30.1
Reverse proxy and version: nginx-1.25.3
@MalTeeez commented on GitHub (Dec 3, 2023):
To be noted: I am not 100% sure this is actually an issue, but it took me a while to find out that this was what was causing my 404, so maybe it is actually an issue. @BlackDex