Updated php-fpm

pull/63/head
Ivan Grynenko 8 years ago
parent 80a8bc423f
commit 9aeea4fe77
  1. 2
      lamp_centos7/group_vars/all
  2. 4
      lamp_centos7/roles/web/tasks/install_httpd.yml

@ -3,4 +3,4 @@
httpd_port: 82
ntpserver: 0.au.pool.ntp.org
repository: https://github.com/bennojoy/mywebapp.git
repository: https://git.drupal.org/project/drupal.git

@ -33,5 +33,5 @@
- name: http service state
service: name=httpd state=started enabled=yes
- name: Configure SELinux to allow httpd to connect to remote database
seboolean: name=httpd_can_network_connect_db state=true persistent=yes
- name: php-fpm service state
service: name=php-fpm state=started enabled=yes