2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-06 21:18:05 +01:00
docker/2023.03-rc/apache/config/00apcu.config.php
GitHub Workflow 6bae8ca820 Runs update.sh
2023-03-14 01:38:46 +00:00

11 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',
],
];