From 6860680644c17e8def5a8cd62d6bceaaef8ba8e4 Mon Sep 17 00:00:00 2001 From: Andy Clemenko Date: Mon, 27 Feb 2017 20:15:02 -0500 Subject: [PATCH] "old.example.com.com" --> "old.example.com" (#2008) Fixing : "old.example.com.com" --> "old.example.com" --- .../admin/configure/use-domain-names-to-access-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services.md b/datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services.md index d89feceefd..1c6ed0ca58 100644 --- a/datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services.md +++ b/datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services.md @@ -183,7 +183,7 @@ domains should be redirected to it. For example, a website that has been renamed might use this functionality. The following labels accomplish this for `new.example.com` and `old.example.com` -* `com.docker.ucp.mesh.http.1=external_route=http://old.example.com.com,redirect=http://new.example.com` +* `com.docker.ucp.mesh.http.1=external_route=http://old.example.com,redirect=http://new.example.com` * `com.docker.ucp.mesh.http.2=external_route=http://new.example.com` ## Troubleshoot