From b1397c95cafade1d837d046a15f4dc81554c6690 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Wed, 19 Sep 2018 22:33:12 +0200 Subject: [PATCH] Remove unnecessary path in PROXY.md --- PROXY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }