Manual:$wgLocalHTTPProxy

From mediawiki.org
This page is a translated version of the page Manual:$wgLocalHTTPProxy and the translation is 33% complete.
HTTP クライアント: $wgLocalHTTPProxy
Reverse proxy to use for requests to domains in $wgLocalVirtualHosts
導入されたバージョン:1.38.0 (git #352028a4)
除去されたバージョン:使用中
許容される値:(文字列) または false
既定値:false
HTTP クライアント: $wgLocalHTTPProxy
Proxy to use to requests to domains in $wgLocalVirtualHosts
導入されたバージョン:1.37.0 (Gerrit change 713896; git #5312ac54)
除去されたバージョン:1.37.0 (Gerrit change 731158; git #856da723)
許容される値:未指定
既定値:未指定

詳細

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.