Skip to content

Commit

Permalink
Remove unnecessary path in PROXY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia authored Sep 19, 2018
1 parent 638a0fd commit b1397c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PROXY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit b1397c9

Please sign in to comment.