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