X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dfb9598282b677ead60f91c14f5e96405735d42f..52a04643aff653c4302fb20d147e9a4dc551298d:/doc/install/install-workbench2-app.html.textile.liquid diff --git a/doc/install/install-workbench2-app.html.textile.liquid b/doc/install/install-workbench2-app.html.textile.liquid index 9e28e15208..f3a320b102 100644 --- a/doc/install/install-workbench2-app.html.textile.liquid +++ b/doc/install/install-workbench2-app.html.textile.liquid @@ -1,7 +1,7 @@ --- layout: default navsection: installguide -title: Install Workbench2 (beta) +title: Install Workbench 2 ... {% comment %} Copyright (C) The Arvados Authors. All rights reserved. @@ -19,7 +19,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 Workbench2 is the web-based user interface for Arvados. {% include 'notebox_begin' %} -Workbench2 is the replacement for Arvados Workbench. Workbench2 is currently in beta, it is not yet feature complete. +Workbench2 is the replacement for Arvados Workbench. Workbench2 is suitable for day-to-day use, but does not yet implement every feature of the traditional Workbench. {% include 'notebox_end' %} h2(#configure). Update config.yml @@ -47,10 +47,9 @@ Use a text editor to create a new file @/etc/nginx/conf.d/arvados-workbench2.con } server { - listen *:443 ssl; + listen 443 ssl; server_name workbench2.ClusterID.example.com; - ssl on; ssl_certificate /YOUR/PATH/TO/cert.pem; ssl_certificate_key /YOUR/PATH/TO/cert.key;