X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e90e8437a7812058749477f2e53b48aacdd73225..12e0b04c56f0e1ba9dd0f0450d9e96ceee04f1b7:/doc/install/install-ws.html.textile.liquid?ds=sidebyside diff --git a/doc/install/install-ws.html.textile.liquid b/doc/install/install-ws.html.textile.liquid index b2605d86c6..2b982504f2 100644 --- a/doc/install/install-ws.html.textile.liquid +++ b/doc/install/install-ws.html.textile.liquid @@ -9,7 +9,7 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} -The arvados-ws server provides event notifications to websocket clients. It can be installed anywhere with access to Postgres database and the Arvados API server, typically behind a web proxy that provides SSL support. See the "godoc page":http://godoc.org/github.com/curoverse/arvados/services/ws for additional information. +The arvados-ws server provides event notifications to websocket clients. It can be installed anywhere with access to Postgres database and the Arvados API server, typically behind a web proxy that provides SSL support. See the "godoc page":http://godoc.org/github.com/arvados/arvados/services/ws for additional information. # "Update config.yml":#update-config # "Update nginx configuration":#update-nginx @@ -43,7 +43,7 @@ upstream arvados-ws { } server { - listen *:443 ssl; + listen 443 ssl; server_name ws.ClusterID.example.com; proxy_connect_timeout 90s; @@ -71,21 +71,12 @@ server { {% include 'restart_api' %} -h2(#restart-api). Restart the API server and controller - -After adding the SSO server to the Services section, make sure the cluster config file is up to date on the API server host, and restart the API server and controller processes to ensure the changes are applied. - - -
# systemctl restart nginx arvados-controller
-
-
- h2(#confirm). Confirm working installation Confirm the service is listening on its assigned port and responding to requests. -
~$ curl https://ws.ClusterID.example.com/status.json
-{"Clients":1}
+
~$ curl https://ws.ClusterID.example.com/websocket
+not websocket protocol