From 20ab27e1d2f251266583ed26dc38179bb591fffe Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 13 Jul 2020 23:25:09 +0300 Subject: [PATCH] roles/php-fpm: Fix 7.4 pool config --- roles/php-fpm/templates/php7.4-pool.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.