mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Revert "try disabling memcached for a sec"
This reverts commit 149300192f.
This commit is contained in:
@@ -159,13 +159,13 @@ $wgDBts2schema = "public";
|
||||
$wgDBmysql5 = false;
|
||||
|
||||
## Shared memory settings
|
||||
#$wgMainCacheType = CACHE_MEMCACHED;
|
||||
#$wgParserCacheType = CACHE_MEMCACHED;
|
||||
#$wgMessageCacheType = CACHE_MEMCACHED;
|
||||
#$wgSessionsInMemcached = true;
|
||||
#$wgMemCachedServers = array (
|
||||
# 0 => 'memcached01:11211',
|
||||
#);
|
||||
$wgMainCacheType = CACHE_MEMCACHED;
|
||||
$wgParserCacheType = CACHE_MEMCACHED;
|
||||
$wgMessageCacheType = CACHE_MEMCACHED;
|
||||
$wgSessionsInMemcached = true;
|
||||
$wgMemCachedServers = array (
|
||||
0 => 'memcached01:11211',
|
||||
);
|
||||
|
||||
## To enable image uploads, make sure the 'images' directory
|
||||
## is writable, then set this to true:
|
||||
|
||||
Reference in New Issue
Block a user