X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4fa1cccccf752fd58dd2b10b1df4275a6de16ea2..63bcdd653f111d752ec11ccb3ab58ee5150478d5:/doc/install/install-api-server.html.textile.liquid diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index e64c382669..b8442eb060 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -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 xxxxx.example.com; + listen 443 ssl; + server_name ClusterID.example.com; - ssl on; ssl_certificate /YOUR/PATH/TO/cert.pem; ssl_certificate_key /YOUR/PATH/TO/cert.key;