mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Enable APCu data cache on cli
see recommendation: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1
This commit is contained in:
parent
ad93bae8e2
commit
27de5b38dc
@ -1,4 +1,5 @@
|
|||||||
extension=apcu.so
|
extension=apcu.so
|
||||||
apc.enabled=1
|
apc.enabled=1
|
||||||
|
apc.enable_cli=1
|
||||||
apc.shm_size=<APC_SHM_SIZE>
|
apc.shm_size=<APC_SHM_SIZE>
|
||||||
apc.ttl=7200
|
apc.ttl=7200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user