| HTTP proxy (CDN) settings: $wgInternalServer | |
|---|---|
| Internal server name as known to Squid, if different than $wgServer. | |
| Introduced in version: | 1.2.0 | 
| Removed in version: | still in use | 
| Allowed values: | (URL string) | 
| Default value: | false, falling back to $wgServer | 
| Other settings: Alphabetical | By function | |
Details
Internal server name as known to Varnish (or other CDN servers), if different from $wgServer. e.g.:
$wgInternalServer = 'http://yourproxyserver.tld:8000';
See also
- Manual:HTTPS - for setting up a reverse proxy for a HTTPS-only website
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.