mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
Fixing php-fpm.
This commit is contained in:
parent
a4294eb0cd
commit
eb4bf7d262
1 changed files with 0 additions and 8 deletions
|
@ -25,11 +25,3 @@
|
|||
- php-twig
|
||||
- php-twig-ctwig
|
||||
- php-xmlrpc
|
||||
|
||||
- name: Disable default pool
|
||||
command: mv /etc/php-fpm.d/www.conf /etc/php-fpm.d/www.disabled creates=/etc/php-fpm.d/www.disabled
|
||||
notify: restart php-fpm
|
||||
|
||||
- name: Copy php-fpm configuration
|
||||
template: src=wordpress.conf dest=/etc/php-fpm.d/
|
||||
notify: restart php-fpm
|
||||
|
|
Loading…
Reference in a new issue