same minor typo as in LocalSettings (in example config url)
This commit is contained in:
parent
da7d7523e3
commit
e2badabf58
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ $wgCookieExpiration = 2592000;
|
|||
# Enable/disable Squid
|
||||
$wgUseSquid = false;
|
||||
# Internal server name as known to Squid, if different
|
||||
# $wgInternalServer = 'http://yourinternal.tld.:8000';
|
||||
# $wgInternalServer = 'http://yourinternal.tld:8000';
|
||||
$wgInternalServer = $wgServer;
|
||||
# A list of proxy servers (ips if possible) to purge on changes
|
||||
# don't specify ports here (80 is default)
|
||||
|
|
|
|||
Loading…
Reference in a new issue