Updated php-fpm user and group.

pull/63/head
Ivan Grynenko 8 years ago
parent b0c5c038ab
commit ab76ba78ef
  1. 2
      lemp-rhel7/roles/ansible-role-php/defaults/main.yml

@ -16,6 +16,8 @@ php_fpm_pm_max_children: 50
php_fpm_pm_start_servers: 5
php_fpm_pm_min_spare_servers: 5
php_fpm_pm_max_spare_servers: 5
php_fpm_pool_user: apache
php_fpm_pool_group: apache
# The executable to run when calling PHP from the command line.
php_executable: "php"