Manual:$wgLocalHTTPProxy
Appearance
From mediawiki.org
HTTP client: $wgLocalHTTPProxy | |
---|---|
Proxy to use for requests to domains in $wgLocalVirtualHosts . |
|
Introduced in version: | 1.38.0 (Gerrit change 731757; git #352028a4) |
Removed in version: | Still in use |
Allowed values: | (string) or false |
Default value: | false |
Other settings: Alphabetical | By function |
This feature was removed completely in version 1.37.0.
HTTP client: $wgLocalHTTPProxy | |
---|---|
Proxy to use to requests to domains in $wgLocalVirtualHosts |
|
Introduced in version: | 1.37.0 (Gerrit change 713896; git #5312ac54) |
Removed in version: | 1.37.0 (Gerrit change 731158; git #856da723) |
Allowed values: | Unspecified |
Default value: | Unspecified |
Other settings: Alphabetical | By function |
Details
[edit ]This variable was briefly introduced in 1.37 (added in gerrit:713896 and removed in gerrit:731158). It was correctly re-introduced in 1.38 (gerrit:728622).
Proxy to use for requests to domains in $wgLocalVirtualHosts .
If set to false
, no reverse proxy will be used for local requests.
See also
[edit ]Categories:
- MediaWiki configuration settings
- MediaWiki configuration settings introduced in version 1.38.0
- MediaWiki configuration settings still in use
- HTTP client variables
- MediaWiki configuration settings introduced in version 1.37.0
- MediaWiki configuration settings removed in version 1.37.0
- MediaWiki deprecated or obsolete features