diff --git a/installer.sh b/installer.sh index 804f85d..9d8a032 100755 --- a/installer.sh +++ b/installer.sh @@ -126,8 +126,13 @@ cat >> "$LSETTINGS" < 'RedisBagOStuff', +\ 'servers' => ['127.0.0.1:6379'], +\ 'persistent' => false, +\]; \$wgMainCacheType = 'redis'; -\$wgMemCachedServers = ["127.0.0.1:6379"]; +\$wgSessionCacheType = 'redis'; EOF