X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9f4a1c3767bfffed94e90fa6737e58fa13fb5a21..eee302a3157296bccf40e9b83f52c2952294a04e:/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;