From 586c600040123642a18ae77571d9414860a338f4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 8 Oct 2015 20:54:07 -0400 Subject: Add proxy support for http client --- doc/config.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') diff --git a/doc/config.markdown b/doc/config.markdown index 2cbd89e4..b711f137 100644 --- a/doc/config.markdown +++ b/doc/config.markdown @@ -255,6 +255,18 @@ Session define('SESSION_DURATION', 0); ``` +HTTP client proxy +----------------- + +If external HTTP requests need to be sent through a proxy: + +```php +define('HTTP_PROXY_HOSTNAME', ''); +define('HTTP_PROXY_PORT', '3128'); +define('HTTP_PROXY_USERNAME', ''); +define('HTTP_PROXY_PASSWORD', ''); +``` + Various settings ---------------- -- cgit v1.2.3