Daniel García
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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"; |
|
|
} |
|
|
} |
|
|