X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28e50cc9480fdad416404542511a172cdc7253c7..5dce317bcb52fb20e0849f08b5359a8d00bc2954:/doc/install/install-ws.html.textile.liquid diff --git a/doc/install/install-ws.html.textile.liquid b/doc/install/install-ws.html.textile.liquid index e7b20f45a0..74c4cf3a92 100644 --- a/doc/install/install-ws.html.textile.liquid +++ b/doc/install/install-ws.html.textile.liquid @@ -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,16 @@ 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. +h2(#confirm). Confirm working installation - -
# systemctl restart nginx arvados-controller
-
-
+We recommend using the "Cluster diagnostics tool.":diagnostics.html -h2(#confirm). Confirm working installation +Here are some other checks you can perform manually. 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