diff --git a/PROXY.md b/PROXY.md index 5572e7bf..4c15e2d7 100644 --- a/PROXY.md +++ b/PROXY.md @@ -47,7 +47,7 @@ server { } location /notifications/hub { - proxy_pass http://:3012/api/websocket; + proxy_pass http://:3012; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }