summaryrefslogtreecommitdiff
path: root/sites/default
diff options
context:
space:
mode:
Diffstat (limited to 'sites/default')
-rw-r--r--sites/default/default.settings.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 0ae34a2bb..2e5654b2e 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -506,6 +506,24 @@ $conf['404_fast_html'] = '<html xmlns="http://www.w3.org/1999/xhtml"><head><titl
# drupal_fast_404();
/**
+ * External access proxy settings:
+ *
+ * If your site must access the Internet via a web proxy then you can enter
+ * the proxy settings here. Currently only basic authentication is supported
+ * by using the username and password variables. The proxy_user_agent variable
+ * can be set to NULL for proxies that require no User-Agent header or to a
+ * non-empty string for proxies that limit requests to a specific agent. The
+ * proxy_exceptions variable is an array of host names to be accessed directly,
+ * not via proxy.
+ */
+# $conf['proxy_server'] = '';
+# $conf['proxy_port'] = 8080;
+# $conf['proxy_username'] = '';
+# $conf['proxy_password'] = '';
+# $conf['proxy_user_agent'] = '';
+# $conf['proxy_exceptions'] = array('127.0.0.1', 'localhost');
+
+/**
* Authorized file system operations:
*
* The Update manager module included with Drupal provides a mechanism for