15881: Remove duplicate section, update test URL.
authorTom Clegg <tom@tomclegg.ca>
Thu, 14 May 2020 15:09:03 +0000 (11:09 -0400)
committerTom Clegg <tom@tomclegg.ca>
Thu, 14 May 2020 15:09:03 +0000 (11:09 -0400)
//ws/status.json has been removed.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

doc/install/install-ws.html.textile.liquid

index e7b20f45a0833f5f34c41c2e913cc6abcf6ff7ac..11862a6ae6767c73ab935e8e93c4134991026789 100644 (file)
@@ -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.
-
-<notextile>
-<pre><code># <span class="userinput">systemctl restart nginx arvados-controller</span>
-</code></pre>
-</notextile>
-
 h2(#confirm). Confirm working installation
 
 Confirm the service is listening on its assigned port and responding to requests.
 
 <notextile>
-<pre><code>~$ <span class="userinput">curl https://<span class="userinput">ws.ClusterID.example.com</span>/status.json</span>
-{"Clients":1}
+<pre><code>~$ <span class="userinput">curl https://<span class="userinput">ws.ClusterID.example.com</span>/websocket</span>
+not websocket protocol
 </code></pre>
 </notextile>