From 37e362204a97527c9ccf494768dda6d049a9552b Mon Sep 17 00:00:00 2001 From: Mars Date: Mon, 27 May 2019 18:21:36 +0200 Subject: [PATCH] Added notifications/hub to the RewriteRule for Apache. Just as for the other proxies. Without the path didn't work in my environment --- Proxy-examples.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 467c1e8..819cef8 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -92,8 +92,7 @@ server { RewriteEngine On RewriteCond %{HTTP:Upgrade} =websocket [NC] - RewriteRule /(.*) ws://:3012/$1 [P,L] - + RewriteRule /notifications/hub(.*) ws://:3012/$1 [P,L] ProxyPass / http://:80/ ProxyPreserveHost On