From: Grant Slater Date: Thu, 26 Jan 2023 09:22:30 +0000 (+0000) Subject: mediawiki: enable $wgCacheDirectory to not break wikibase X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ffa01e9d1bca92732900829dd09f980bfb8e66bd mediawiki: enable $wgCacheDirectory to not break wikibase --- diff --git a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb index b7788396f..7e80f1c48 100644 --- a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb +++ b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb @@ -138,7 +138,7 @@ $wgShellLocale = "en_US.utf8"; ## Set $wgCacheDirectory to a writable directory on the web server ## to make your wiki go slightly faster. The directory should not ## be publically accessible from the web. -#$wgCacheDirectory = "$IP/cache"; +$wgCacheDirectory = "$IP/cache"; # Site language code, should be one of the list in ./languages/Names.php $wgLanguageCode = "en";