From ffa01e9d1bca92732900829dd09f980bfb8e66bd Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 26 Jan 2023 09:22:30 +0000 Subject: [PATCH] mediawiki: enable $wgCacheDirectory to not break wikibase --- cookbooks/mediawiki/templates/default/LocalSettings.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.43.2