Remove unnecessary path in PROXY.md
This commit is contained in:
parent
638a0fd3c3
commit
b1397c95ca
2
PROXY.md
2
PROXY.md
|
@ -47,7 +47,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /notifications/hub {
|
location /notifications/hub {
|
||||||
proxy_pass http://<SERVER>:3012/api/websocket;
|
proxy_pass http://<SERVER>:3012;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue