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