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