diff options
Diffstat (limited to 'sites/default/default.settings.php')
-rw-r--r-- | sites/default/default.settings.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 770a3a7..d6d130e 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -325,9 +325,6 @@ $settings['update_free_access'] = FALSE; * * You can also define an array of host names that can be accessed directly, * bypassing the proxy, in $settings['http_client_config']['proxy']['no']. - * - * If these settings are not configured, the system environment variables - * HTTP_PROXY, HTTPS_PROXY, and NO_PROXY on the web server will be used instead. */ # $settings['http_client_config']['proxy']['http'] = 'http://proxy_user:proxy_pass@example.com:8080'; # $settings['http_client_config']['proxy']['https'] = 'http://proxy_user:proxy_pass@example.com:8080'; |