diff options
Diffstat (limited to 'doc/config.markdown')
-rw-r--r-- | doc/config.markdown | 12 |
1 files changed, 12 insertions, 0 deletions
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 ---------------- |