diff options
Diffstat (limited to 'components/congress/test-webapp/www/proxy')
-rw-r--r-- | components/congress/test-webapp/www/proxy/index.php | 2 |
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); |