From 9e4957c362c398c4276833075f54b19fa4050041 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 13 Jul 2015 10:08:20 -0400 Subject: [PATCH] 6438: Use uuid_prefix (more) consistently. --- doc/install/install-api-server.html.textile.liquid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index bdd9379612..f0f2cde657 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -127,7 +127,7 @@ h3. workbench_address Fill in the url of your workbench application in @workbench_address@, for example -  https://workbench.@prefix_uuid@.your.domain +  https://workbench.@uuid_prefix@.your.domain h3(#omniauth). sso_app_id, sso_app_secret, sso_provider_url @@ -215,7 +215,7 @@ proxy_http_version 1.1; server { listen [your public IP address]:443 ssl; - server_name uuid-prefix.your.domain; + server_name uuid_prefix.your.domain; ssl on; @@ -235,7 +235,7 @@ server { server { listen [your public IP address]:443 ssl; - server_name ws.uuid-prefix.your.domain; + server_name ws.uuid_prefix.your.domain; ssl on; -- 2.30.2