Manual:$wgProto
この機能は、バージョン 1.18.0 で完全に除去されました。 |
一般的な設定: $wgProto | |
---|---|
セキュア サーバーの接頭辞 |
|
導入されたバージョン: | 1.3.0 |
除去されたバージョン: | 1.18.0 (r90193) |
許容される値: | (URL prefix (protocol, host, optional port; no path portion)) |
既定値: | 動的に作成される |
その他の設定: アルファベット順 | 機能順 |
詳細
This value is set automatically when the value is determined for $wgServer if the server where the MediaWiki installation resides is a secure server.
Note that prior to 1.6.0 this setting was only used temporarily to create $wgServer , and was unset() afterwards, but from 1.6.0 onwards it remains set throughout, and is used to calculate the default value of $wgCookieSecure .
Value is set by includes/DefaultSettings.php in a "best guess" pattern. If you want to change it, you need to overwrite other related values as well or modify DefaultSettings.php.
関連項目
- $wgServerName (廃止予定)
- $wgServer