From d13ba8611de21f5f546b418d060ddfd1c4b154b2 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Mon, 22 Oct 2012 12:10:46 +0200 Subject: [PATCH] Adjust config --- config/http.conf.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/http.conf.php b/config/http.conf.php index 24928029efd..4e539c30e99 100644 --- a/config/http.conf.php +++ b/config/http.conf.php @@ -4,8 +4,7 @@ return array( 'instance' => array( 'VuFindHttp\HttpService' => array( 'parameters' => array( - 'config' => array(), - 'adapter' => 'Zend\Http\Client\Adapter\Socket', + 'proxyConfig' => array(), ) ) ) -- GitLab