You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2019/01/03 20:50:36 UTC

[trafficcontrol] branch master updated: Fix CiaB to not use req host hdr in CRConfig (#3180)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a57e8fe  Fix CiaB to not use req host hdr in CRConfig (#3180)
a57e8fe is described below

commit a57e8fedaa2a11a8dc8143e966c395a53269171a
Author: Robert Butts <ro...@users.noreply.github.com>
AuthorDate: Thu Jan 3 13:50:32 2019 -0700

    Fix CiaB to not use req host hdr in CRConfig (#3180)
    
    Specifically fixes the TO API tests to pass, when run against
    the CiaB.
---
 infrastructure/cdn-in-a-box/traffic_ops/config.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/infrastructure/cdn-in-a-box/traffic_ops/config.sh b/infrastructure/cdn-in-a-box/traffic_ops/config.sh
index a653d09..b310d01 100755
--- a/infrastructure/cdn-in-a-box/traffic_ops/config.sh
+++ b/infrastructure/cdn-in-a-box/traffic_ops/config.sh
@@ -90,8 +90,7 @@ cat <<-EOF >/opt/traffic_ops/app/conf/cdn.conf
         "max_db_connections": 20,
         "backend_max_connections": {
             "mojolicious": 4
-        },
-        "crconfig_snapshot_use_client_request_host": true
+        }
     },
     "cors" : {
         "access_control_allow_origin" : "*"