You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/01/05 19:40:24 UTC

[4/6] incubator-trafficcontrol git commit: Documentation: Traffic router HTTPS redirect port

Documentation: Traffic router HTTPS redirect port


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/c3e9bd1f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/c3e9bd1f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/c3e9bd1f

Branch: refs/heads/master
Commit: c3e9bd1f82ddd58227542eedf286503ecc07ddc4
Parents: 507b30b
Author: Nir B. Sopher <ni...@qwilt.com>
Authored: Tue Dec 27 14:56:10 2016 +0200
Committer: David Neuman <da...@gmail.com>
Committed: Thu Jan 5 12:40:03 2017 -0700

----------------------------------------------------------------------
 docs/source/development/traffic_router.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/c3e9bd1f/docs/source/development/traffic_router.rst
----------------------------------------------------------------------
diff --git a/docs/source/development/traffic_router.rst b/docs/source/development/traffic_router.rst
index 6df7627..09e6a1a 100644
--- a/docs/source/development/traffic_router.rst
+++ b/docs/source/development/traffic_router.rst
@@ -120,7 +120,7 @@ To install the Traffic Router Developer environment:
 
 		..  Note:: If an error is displayed in the Console, run ``mvn clean verify`` from the ``traffic_router`` directory
 
-7. Traffic Router Core should now be running; the HTTP routing interface is available on http://localhost:8081, while the DNS server and routing interface is available on localhost:1053 via TCP and UDP.
+7. Traffic Router Core should now be running; the HTTP routing interface is available on http://localhost:8081, while HTTPS is available on http://localhost:8443. The DNS server and routing interface is available on localhost:1053 via TCP and UDP.
 
 Test Cases
 ==========