mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-15 13:32:09 +07:00
APC OK pour PHP 5.4
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: APT | Install php-apcu
|
||||
apt: pkg=php-apc state=latest
|
||||
|
||||
- name: TEMPLATE | Configure APC
|
||||
template: src=etc/php5/mods-available/apc.j2 dest=/etc/php5/mods-available/apc.ini
|
||||
notify: restart php-fpm
|
||||
|
||||
Reference in New Issue
Block a user