The documentation on Apache with a sublocation reflects the currently supported setup mode.
Originally created by @vollkorn1982 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4036
### Subject of the issue
The documentation explains a deprecated setup for the websocket.
### Steps to reproduce
According to https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.0 the websocket setup on port 3012 is deprecated.
The section "Apache in a sub-location (by ss89)" on https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples still shows an example setup with the deprecated setup for a websocket on port 3012:
```
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /notifications/hub(.*) ws://<SERVER>:3012/$1 [P,L]
ProxyPass http://<SERVER>:80/$sublocation/
```
### Expected behaviour
The documentation on Apache with a sublocation reflects the currently supported setup mode.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @vollkorn1982 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/4036
Subject of the issue
The documentation explains a deprecated setup for the websocket.
Steps to reproduce
According to https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.0 the websocket setup on port 3012 is deprecated.
The section "Apache in a sub-location (by ss89)" on https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples still shows an example setup with the deprecated setup for a websocket on port 3012:
Expected behaviour
The documentation on Apache with a sublocation reflects the currently supported setup mode.