From 2b447c4e95de8a3eb32ef6bdd12c44a22811f70d Mon Sep 17 00:00:00 2001 From: bt90 Date: Fri, 30 Apr 2021 22:27:12 +0200 Subject: [PATCH] Updated Proxy examples (markdown) --- Proxy-examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Proxy-examples.md b/Proxy-examples.md index cda159f..c17613e 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -75,6 +75,9 @@ If you prefer, you can also directly specify a value instead of substituting an # } # redir @insecureadmin / + # The negotiation endpoint is also proxied to Rocket + reverse_proxy /notifications/hub/negotiate :8081 + # Notifications redirected to the websockets server reverse_proxy /notifications/hub :3012