Merge branch '15397-remove-obsolete-apis'
[arvados.git] / doc / install / install-ws.html.textile.liquid
index 11862a6ae6767c73ab935e8e93c4134991026789..74c4cf3a92623812a6c0f0d0c0e8b1a19679b6a4 100644 (file)
@@ -43,7 +43,7 @@ upstream arvados-ws {
 }
 
 server {
-  listen                *:443 ssl;
+  listen                443 ssl;
   server_name           ws.<span class="userinput">ClusterID.example.com</span>;
 
   proxy_connect_timeout 90s;
@@ -73,6 +73,10 @@ server {
 
 h2(#confirm). Confirm working installation
 
+We recommend using the "Cluster diagnostics tool.":diagnostics.html
+
+Here are some other checks you can perform manually.
+
 Confirm the service is listening on its assigned port and responding to requests.
 
 <notextile>