mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
[WIKI] Missing https instead of http for proxy examples #1786
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 @MalTeeez on GitHub (Dec 3, 2023).
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