summaryrefslogtreecommitdiffstats
path: root/components/congress/test-webapp/www/proxy/index.php
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-05-22 21:25:38 -0700
committerblsaws <bryan.sullivan@att.com>2016-05-22 21:25:38 -0700
commit28d9889c0552554bcd60a253b144b13cecfdca3d (patch)
tree3dd07ec278735787a31fe708fe45ce7a7d4a7257 /components/congress/test-webapp/www/proxy/index.php
parentdb5e7aa499e6e6a353c57a2d7e5c044152f3328b (diff)
Fix mode bugs found in testing again on Centos.
JIRA: COPPER-4 Change-Id: I1629ad60e990f9909c0ca08d2d7367b5e5abb1cc Signed-off-by: blsaws <bryan.sullivan@att.com>
Diffstat (limited to 'components/congress/test-webapp/www/proxy/index.php')
-rw-r--r--components/congress/test-webapp/www/proxy/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/test-webapp/www/proxy/index.php b/components/congress/test-webapp/www/proxy/index.php
index 8a2833a..5beece5 100644
--- a/components/congress/test-webapp/www/proxy/index.php
+++ b/components/congress/test-webapp/www/proxy/index.php
@@ -23,7 +23,7 @@ if ($method == 'OPTIONS') {
exit();
}
-$url = "http://192.168.10.117:1789".$_GET['~url'];
+$url = "http://CONGRESS_HOST:1789".$_GET['~url'];
$curlop = curl_init();
curl_setopt($curlop, CURLOPT_URL, $url);
curl_setopt($curlop, CURLOPT_CUSTOMREQUEST, $method);