X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e634faf85ba8158b0dd679de606c734ef8fb84dc..608a1591840dfbeac3d5580c505b50bfface5929:/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 daca48ec04..f6a4bb5faf 100644 --- a/doc/install/install-ws.html.textile.liquid +++ b/doc/install/install-ws.html.textile.liquid @@ -51,15 +51,13 @@ Usage of arvados-ws: h3. Update cluster config -Edit the cluster config at @/etc/arvados/config.yml@ and set @Services.Websocket.ExternalURL@ and @Services.Websocket.InternalURLs@. Replace @zzzzz@ with your cluster id. Assumes that the @Services.API@ and @PostgreSQL@ sections are already filled out. +Edit the cluster config at @/etc/arvados/config.yml@ and set @Services.Websocket.ExternalURL@ and @Services.Websocket.InternalURLs@. Replace @zzzzz@ with your cluster id. -

-Clusters:
+
Clusters:
   zzzzz:
     Services:
-      
-      Websocket:
+      Websocket:
         ExternalURL: wss://ws.uuid_prefix.your.domain/websocket
         InternalURLs:
 	  "http://localhost:9003": {}
@@ -190,10 +188,10 @@ Restart Nginx to reload the API server configuration.
 
 h3. Verify DNS and proxy setup
 
-Use a host elsewhere on the Internet to confirm that your DNS, proxy, and SSL are configured correctly.
+Use a host elsewhere on the Internet to confirm that your DNS, proxy, and SSL are configured correctly.  For @Authorization: Bearer xxxx@ replace @xxxx@ with the value from @ManagementToken@ in @config.yml@.
 
 
-
$ curl https://ws.uuid_prefix.your.domain/status.json
-{"Clients":1}
+
$ curl -H "Authorization: Bearer xxxx" https://ws.uuid_prefix.your.domain/_health/ping
+{"health":"OK"}