diff --git a/roles/php-fpm/templates/php7.4-pool.conf.j2 b/roles/php-fpm/templates/php7.4-pool.conf.j2 index bd20cf5..7c2ef97 100644 --- a/roles/php-fpm/templates/php7.4-pool.conf.j2 +++ b/roles/php-fpm/templates/php7.4-pool.conf.j2 @@ -46,8 +46,8 @@ listen = /run/php/php7.4-fpm-{{ domain_name }}.sock ; BSD-derived systems allow connections regardless of permissions. ; Default Values: user and group are set as the running user ; mode is set to 0660 -listen.owner = www-data -listen.group = www-data +listen.owner = nginx +listen.group = nginx ;listen.mode = 0660 ; When POSIX Access Control Lists are supported you can set them using ; these options, value is a comma separated list of user/group names.