DefaultSettings: Update wgLocalVirtualHosts documentation
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 3 Aug 2017 02:11:27 +0000 (19:11 -0700)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 4 Aug 2017 23:16:25 +0000 (23:16 +0000)
Change-Id: I4fb4724b78a1270df951e59c58c7482f0fb5ff34

includes/DefaultSettings.php

index 51320e2..a28aa5b 100644 (file)
@@ -8279,10 +8279,15 @@ $wgHTTPProxy = false;
  * Local virtual hosts.
  *
  * This lists domains that are configured as virtual hosts on the same machine.
  * Local virtual hosts.
  *
  * This lists domains that are configured as virtual hosts on the same machine.
- * If a request is to be made to a domain listed here, or any subdomain thereof,
- * then no proxy will be used.
- * Command-line scripts are not affected by this setting and will always use
- * proxy if it is configured.
+ *
+ * This affects the following:
+ * - MWHttpRequest: If a request is to be made to a domain listed here, or any
+ *   subdomain thereof, then no proxy will be used.
+ *   Command-line scripts are not affected by this setting and will always use
+ *   the proxy if it is configured.
+ * - ChronologyProtector: Decide to shutdown LBFactory asynchronously instead
+ *   synchronously if the current response redirects to a local virtual host.
+ *
  * @since 1.25
  */
 $wgLocalVirtualHosts = [];
  * @since 1.25
  */
 $wgLocalVirtualHosts = [];