Remove unnecessary path in PROXY.md

This commit is contained in:
Daniel García 2018-09-19 22:33:12 +02:00 committed by GitHub
parent 638a0fd3c3
commit b1397c95ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}