1
0
mirror of https://github.com/hoellen/docker-nextcloud.git synced 2025-07-27 12:25:52 +00:00
Files
docker-nextcloud/rootfs/php/conf.d/apcu.ini

5 lines
73 B
INI
Raw Normal View History

2018-01-17 20:31:32 +00:00
extension=apcu.so
apc.enabled=1
apc.shm_size=<APC_SHM_SIZE>
apc.ttl=7200