From e001f07c5725b9f9a614cd5023cc474b25d7d553 Mon Sep 17 00:00:00 2001 From: Gabbajoe <5196156+Gabbajoe@users.noreply.github.com> Date: Sun, 29 Sep 2024 22:54:53 +0200 Subject: [PATCH] for the unlock with other device i had to adjust the apache config and had do add: RewriteRule /notifications/anonymous-hub(.*) ws://localhost:8380/fjbitwarden/notifications/anonymous-hub/$1 [P,L] --- Proxy-examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Proxy-examples.md b/Proxy-examples.md index 103254f..ae2c869 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -522,6 +522,7 @@ On some OS's you can use a2enmod, for example with: `a2enmod proxy_wstunnel` and RewriteEngine On RewriteCond %{HTTP:Upgrade} =websocket [NC] RewriteRule /notifications/hub(.*) ws://:/$sublocation/notifications/hub/$1 [P,L] + RewriteRule /notifications/anonymous-hub(.*) ws://:/fjbitwarden/notifications/anonymous-hub/$1 [P,L] ProxyPass http://:/$sublocation ProxyPreserveHost Off