Add some more doc comment for $wgHTTPProxy
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 23 Jun 2009 22:27:08 +0000 (22:27 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 23 Jun 2009 22:27:08 +0000 (22:27 +0000)
includes/DefaultSettings.php

index de18f1e..c67bd66 100644 (file)
@@ -3419,7 +3419,15 @@ $wgAllowSpecialInclusion = true;
 $wgHTTPTimeout = 3;
 
 /**
- * Proxy to use for CURL requests.
+ * Servers placed behind an internal firewall may need an HTTP proxy
+ * to reach external resources such as remote image repositories and
+ * spam blacklist updates.
+ *
+ * If set, this HTTP proxy setting will be used for CURL requests.
+ * Currently this setting has no effect if CURL is unavailable.
+ *
+ * Include the IP or hostname and port number of the proxy,
+ * something like "proxy-address.example.com:8080"
  */
 $wgHTTPProxy = false;