]> git.openstreetmap.org Git - chef.git/commitdiff
mediawiki: enable $wgCacheDirectory to not break wikibase
authorGrant Slater <github@firefishy.com>
Thu, 26 Jan 2023 09:22:30 +0000 (09:22 +0000)
committerGrant Slater <github@firefishy.com>
Thu, 26 Jan 2023 09:22:30 +0000 (09:22 +0000)
cookbooks/mediawiki/templates/default/LocalSettings.php.erb

index b7788396f4cd4ad180007c7f9623ddc4fded42ce..7e80f1c482f7b7a7c4f9bbab2d5ed6bb22a1f17c 100644 (file)
@@ -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";