Fixing php-fpm.

This commit is contained in:
Ivan Grynenko 2016-06-09 20:56:41 +10:00
parent a4294eb0cd
commit eb4bf7d262

View file

@ -25,11 +25,3 @@
- php-twig - php-twig
- php-twig-ctwig - php-twig-ctwig
- php-xmlrpc - 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