Fixing php-fpm.

pull/63/head
Ivan Grynenko 8 years ago
parent a4294eb0cd
commit eb4bf7d262
  1. 8
      lamp_centos7/roles/php-fpm/tasks/main.yml

@ -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