diff --git a/lemp-rhel7/roles/ansible-role-php/templates/www.conf.j2 b/lemp-rhel7/roles/ansible-role-php/templates/www.conf.j2 index da624f8..43424af 100755 --- a/lemp-rhel7/roles/ansible-role-php/templates/www.conf.j2 +++ b/lemp-rhel7/roles/ansible-role-php/templates/www.conf.j2 @@ -1,7 +1,7 @@ [www] listen = 127.0.0.1:9000 listen.allowed_clients = 127.0.0.1 -user = vmuser +user = www-php group = www-php pm = dynamic