2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-12 16:29:37 +02:00
docker/2021.12-dev/apache/config/00apcu.config.php
Philipp Holzer b3807c23d7
Cleanup config
- Remove deprecated statements
- Move session_handler to right place
- Add new distributed cache capability
2021-12-13 20:12:52 +01:00

12 lines
165 B
PHP

<?php
/**
* If nothing else set, use APCu as a caching driver (best performance for local caching)
*/
return [
'system' => [
'cache_driver' => 'apcu',
],
];