mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
With send support, proxy setup examples should be updated #1007
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 @swstim on GitHub (Apr 7, 2021).
I mentioned this in discussions, but I think it's important enough to post again here:
Now with send support, the Apache reverse proxy suggested setup should be updated.
I have tested and now use the following mod_rewrite config:
This should also be more future proof then specifying a specific path eg
/notifications/hub(.*).Originally posted by @swstim in https://github.com/dani-garcia/bitwarden_rs/discussions/1230#discussioncomment-532785
@pepa65 commented on GitHub (Apr 7, 2021):
How about the recommended Caddy2 config??
@jjlin commented on GitHub (Apr 7, 2021):
First, this is not a software issue; please follow the instructions given when opening issues. Second, wiki pages can be updated by anyone logged into GitHub, so you can make updates yourself.
That said, Send support doesn't require any changes to the reverse proxy config, so I'm not sure why you seem to think it does. While the existing example in the wiki seems like it should work as is, neither it nor your proposed update are optimal. Since
/notifications/hubis the only WebSocket path, usingProxyPassMatchas shown in https://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html should be the simplest and most efficient.