Add apcu.config.php
This commit is contained in:
parent
40212aaa24
commit
f4309b27dc
4
.config/apcu.config.php
Normal file
4
.config/apcu.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
4
10.0/apache/config/apcu.config.php
Normal file
4
10.0/apache/config/apcu.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
4
10.0/fpm/config/apcu.config.php
Normal file
4
10.0/fpm/config/apcu.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
4
11.0/apache/config/apcu.config.php
Normal file
4
11.0/apache/config/apcu.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
4
11.0/fpm/config/apcu.config.php
Normal file
4
11.0/fpm/config/apcu.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
4
12.0/apache/config/apcu.config.php
Normal file
4
12.0/apache/config/apcu.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
4
12.0/fpm/config/apcu.config.php
Normal file
4
12.0/fpm/config/apcu.config.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'memcache.local' => '\OC\Memcache\APCu',
|
||||
);
|
Loading…
Reference in New Issue
Block a user