Manual:$wgProto
From MediaWiki.org
| General Settings: $wgProto | |
|---|---|
| The secure server prefix |
|
| Introduced in version: | 1.3.0 |
| Removed in version: | still in use |
| Allowed Values: | URL prefix (protocol, host, optional port; no path portion) |
| Default Value: | (dynamically created) |
Other settings: Alphabetical | By Function
[edit] Details
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.

