diff --git a/lemp-rhel7/roles/ansible-role-php/defaults/main.yml b/lemp-rhel7/roles/ansible-role-php/defaults/main.yml index d236638..b35f7e1 100755 --- a/lemp-rhel7/roles/ansible-role-php/defaults/main.yml +++ b/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"