Fix REDIS
This commit is contained in:
@ -126,7 +126,7 @@ cat >> "$LSETTINGS" <<EOF
|
||||
\$wgDefaultSkin = "vector";
|
||||
|
||||
# Enable Redis caching
|
||||
\$wgMainCacheType = CACHE_REDIS;
|
||||
\$wgMainCacheType = 'redis';
|
||||
\$wgMemCachedServers = ["127.0.0.1:6379"];
|
||||
|
||||
EOF
|
||||
|
Reference in New Issue
Block a user