commit b1397c95cafade1d837d046a15f4dc81554c6690
parent 638a0fd3c3226006fce847a64292f4f0800a23c9
Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com>
Date: Wed, 19 Sep 2018 22:33:12 +0200
Remove unnecessary path in PROXY.md
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PROXY.md b/PROXY.md
@@ -47,7 +47,7 @@ server {
}
location /notifications/hub {
- proxy_pass http://<SERVER>:3012/api/websocket;
+ proxy_pass http://<SERVER>:3012;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}