Fix escapes
This commit is contained in:
@ -127,10 +127,10 @@ cat >> "$LSETTINGS" <<EOF
|
|||||||
|
|
||||||
# Enable Redis caching
|
# Enable Redis caching
|
||||||
\$wgObjectCaches['redis'] = [
|
\$wgObjectCaches['redis'] = [
|
||||||
\ 'class' => 'RedisBagOStuff',
|
'class' => 'RedisBagOStuff',
|
||||||
\ 'servers' => ['127.0.0.1:6379'],
|
'servers' => ['127.0.0.1:6379'],
|
||||||
\ 'persistent' => false,
|
'persistent' => false,
|
||||||
\];
|
];
|
||||||
\$wgMainCacheType = 'redis';
|
\$wgMainCacheType = 'redis';
|
||||||
\$wgSessionCacheType = 'redis';
|
\$wgSessionCacheType = 'redis';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user