This is an automated email from the ASF dual-hosted git repository.

jvd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 3897094  Change TM default conf port to 80
3897094 is described below

commit 38970942b5e863da7570b2d8319d8e7c2b09640e
Author: Robert Butts <r...@apache.org>
AuthorDate: Fri Mar 16 15:55:51 2018 -0600

    Change TM default conf port to 80
    
    Changes TM default conf port to match docs and old TM.
    
    Fixes #1973
---
 traffic_monitor/conf/traffic_ops.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_monitor/conf/traffic_ops.cfg 
b/traffic_monitor/conf/traffic_ops.cfg
index b5fcf83..43494c9 100644
--- a/traffic_monitor/conf/traffic_ops.cfg
+++ b/traffic_monitor/conf/traffic_ops.cfg
@@ -4,5 +4,5 @@
        "url": "https://traffic-ops.example.net";,
        "insecure": true,
        "cdnName": "cdn",
-       "httpListener": ":8080"
+       "httpListener": ":80"
 }

-- 
To stop receiving notification emails like this one, please contact
j...@apache.org.

Reply via email to