Added APCu as local memcache
This commit is contained in:
@ -42,6 +42,9 @@
|
|||||||
command:
|
command:
|
||||||
chdir: ~/html
|
chdir: ~/html
|
||||||
cmd: php occ background:cron
|
cmd: php occ background:cron
|
||||||
|
- name: set up local memcache
|
||||||
|
when: installation.changed
|
||||||
|
command: php occ config:system:set memcache.local --value='\OC\Memcache\APCu'
|
||||||
- name: set up redis
|
- name: set up redis
|
||||||
when: installation.changed
|
when: installation.changed
|
||||||
block:
|
block:
|
||||||
|
|||||||
@ -27,3 +27,5 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
notify:
|
notify:
|
||||||
- restart php
|
- restart php
|
||||||
|
- name: flush handlers
|
||||||
|
meta: flush_handlers
|
||||||
Reference in New Issue
Block a user