finished setup of lamp stack plus owncloud src. testing needed.
This commit is contained in:
8
roles/owncloud/tasks/php.yml
Normal file
8
roles/owncloud/tasks/php.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Adjust OpCache memory setting.
|
||||
lineinfile:
|
||||
dest: "/etc/php/7.4/apache2/conf.d/10-opcache.ini"
|
||||
regexp: "^opcache.memory_consumption"
|
||||
line: "opcache.memory_consumption = 96"
|
||||
state: present
|
||||
notify: restart apache
|
||||
Reference in New Issue
Block a user