Podręcznik:$wgLocalHTTPProxy
HTTP client: $wgLocalHTTPProxy | |
---|---|
Reverse proxy to use for requests to domains in $wgLocalVirtualHosts |
|
Wprowadzono w wersji: | 1.38.0 (git #352028a4) |
Usunięto w wersji: | nadal w użyciu |
Dozwolone wartości: | (ciąg znaków) lub false |
Domyślna wartość: | false |
Inne ustawienia: Alfabetycznie | Według funkcji |
Szczegóły
This variable was introduced in 1.37 (gerrit:713896) and it was removed in 1.37 (gerrit:731158).
Reverse proxy to use for requests to domains in $wgLocalVirtualHosts .
When used, any port in the request URL will be dropped. The behavior of redirects and cookies is dependent upon the reverse proxy actually in use, as MediaWiki doesn't implement any special handling for them.
If set to false
, no reverse proxy will be used for local requests.