Hardcoded vmuser as php-fpm pool user.

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

@ -16,8 +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
php_fpm_pool_user: vmuser
php_fpm_pool_group: vmuser
# The executable to run when calling PHP from the command line.
php_executable: "php"