mirror of
https://github.com/friendica/docker
synced 2026-01-06 12:28:02 +01:00
Release 2020.03
This commit is contained in:
parent
cc54dd72b3
commit
ad99a98540
72 changed files with 40 additions and 1423 deletions
12
2020.06-dev/apache/config/00apcu.config.php
Normal file
12
2020.06-dev/apache/config/00apcu.config.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* If nothing else set, use APCu as a caching driver (best performance for local caching)
|
||||
*/
|
||||
|
||||
return [
|
||||
'system' => [
|
||||
'cache_driver' => 'apcu',
|
||||
'session_handler' => 'cache',
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue