X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a4fcabed1adeff0044d419977d5136c5cb1db3e..9cc5ed8fb634fa4f22f7bbaed8de0e5052c89f87:/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 b59799c43f..6315961182 100644 --- a/doc/install/install-workbench2-app.html.textile.liquid +++ b/doc/install/install-workbench2-app.html.textile.liquid @@ -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; @@ -74,9 +73,9 @@ server { -h2. Vocabulary configuration (optional) +h2. Vocabulary configuration -Workbench2 can load a vocabulary file which lists available metadata properties for groups and collections. To configure the property vocabulary definition, please visit the "Workbench2 Vocabulary Format":{{site.baseurl}}/admin/workbench2-vocabulary.html page in the Admin section. +Workbench2 will load, if available, a vocabulary definition which lists available metadata properties for groups and collections. To learn how to configure the property vocabulary definition, please visit the "Metadata Vocabulary Format":{{site.baseurl}}/admin/metadata-vocabulary.html page in the Admin section. {% assign arvados_component = 'arvados-workbench2' %}