From 8f3bb66805acbc36667b5cfb5de5187d3e9c2443 Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Tue, 1 Jan 2019 21:27:34 +0000 Subject: [PATCH] Updated Enabling WebSocket notifications (markdown) --- Enabling-WebSocket-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-WebSocket-notifications.md b/Enabling-WebSocket-notifications.md index da24574..d9c3bd1 100644 --- a/Enabling-WebSocket-notifications.md +++ b/Enabling-WebSocket-notifications.md @@ -5,7 +5,7 @@ To enable WebSockets notifications, an external reverse proxy is necessary, and - Route everything else, including `/notifications/hub/negotiate`, to the standard Rocket server, by default at port `80`. - If using Docker, you may need to map both ports with the `-p` flag -Example configurations are included in the [PROXY.md](https://github.com/dani-garcia/bitwarden_rs/blob/master/PROXY.md) file. +Example configurations are included in [[Proxy examples|proxy-examples]]. Then you need to enable WebSockets negotiation on the bitwarden_rs side by setting the `WEBSOCKET_ENABLED` variable to `true`: