Manual:$wgLocalVirtualHosts
HTTP クライアント: $wgLocalVirtualHosts | |
---|---|
ローカルの仮想ホスト。 |
|
導入されたバージョン: | 1.25.0 (Gerrit change 157712; git #3114dbea) |
除去されたバージョン: | 使用中 |
許容される値: | (配列) |
既定値: | [] |
その他の設定: アルファベット順 | 機能順 |
詳細
This lists domains that are configured as virtual hosts on the same machine. It is expected that each domain can be identified by its hostname alone, without any ports.
This affects the following:
- MWHttpRequest - If a request is to be made to a domain listed here, or any subdomain thereof, then
$wgLocalHTTPProxy
will be used as a proxy (instead of$wgHTTPProxy
). Command-line scripts are not affected by this setting and will always use the proxy if it is configured.