php: enable memcached apcu module in php.ini for php cli
this is required for nextclouds occ tool
This commit is contained in:
parent
30dc638ed2
commit
53c1568f80
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ ignore_user_abort = Off
|
|||
zend.enable_gc = On
|
||||
expose_php = Off
|
||||
|
||||
apc.enable_cli = 1
|
||||
|
||||
max_execution_time = 30
|
||||
max_input_time = 60
|
||||
memory_limit = ${memory_limit}M
|
||||
|
|
Loading…
Reference in a new issue