Merge branch 'master' into 16950-add-costanalyzer
[arvados.git] / doc / install / install-api-server.html.textile.liquid
index e64c3826694f257b5efe688059a39bdf72966021..b8442eb0603dfd5279572c3ec1bc28e7b5bc4e47 100644 (file)
@@ -142,10 +142,9 @@ server {
   # This configures the public https port that clients will actually connect to,
   # the request is reverse proxied to the upstream 'controller'
 
-  listen       *:443 ssl;
-  server_name  <span class="userinput">xxxxx.example.com</span>;
+  listen       443 ssl;
+  server_name  <span class="userinput">ClusterID.example.com</span>;
 
-  ssl on;
   ssl_certificate     <span class="userinput">/YOUR/PATH/TO/cert.pem</span>;
   ssl_certificate_key <span class="userinput">/YOUR/PATH/TO/cert.key</span>;