Browse Source

Remove unnecessary path in PROXY.md

pull/200/head
Daniel García 6 years ago
committed by GitHub
parent
commit
b1397c95ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PROXY.md

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

Loading…
Cancel
Save