forked from coop-cloud/mediawiki
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0db71c1730 |
@ -120,6 +120,13 @@ $wgGroupPermissions['*']['read'] = false;
|
||||
$wgGroupPermissions['*']['read'] = true;
|
||||
{{ end }}
|
||||
|
||||
{{ if ne (env "MEDIAWIKI_PROXY_SERVERS") "" }}
|
||||
// In LocalSettings.php
|
||||
$wgUseCdn = true;
|
||||
$wgCdnServersNoPurge = [];
|
||||
$wgCdnServersNoPurge[] = "{{ env "MEDIAWIKI_PROXY_SERVERS" }}";
|
||||
{{ end }}
|
||||
|
||||
# Enabled skins.
|
||||
# The following skins were automatically enabled:
|
||||
wfLoadSkin( 'MonoBook' );
|
||||
|
Reference in New Issue
Block a user