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