mirror of https://dev.ccchb.de/ccchb/ansible.git
Enable APC cache in wiki
This commit is contained in:
parent
ff8ad02776
commit
036f12630c
|
@ -29,7 +29,7 @@ $wgEmailAuthentication = true;
|
||||||
require 'LocalSettings_secrets.php';
|
require 'LocalSettings_secrets.php';
|
||||||
|
|
||||||
## Shared memory settings
|
## Shared memory settings
|
||||||
$wgMainCacheType = CACHE_NONE;
|
$wgMainCacheType = CACHE_ACCEL;
|
||||||
$wgMemCachedServers = array();
|
$wgMemCachedServers = array();
|
||||||
|
|
||||||
## To enable image uploads, make sure the 'images' directory
|
## To enable image uploads, make sure the 'images' directory
|
||||||
|
|
Loading…
Reference in New Issue