diff --git a/templates/php_fpm_pool.j2 b/templates/php_fpm_pool.j2 index 5d7b124..df4a0bd 100644 --- a/templates/php_fpm_pool.j2 +++ b/templates/php_fpm_pool.j2 @@ -1,7 +1,7 @@ [{{ instance.user }}] ;prefix = /path/to/pools/$pool user = $pool -group = www-data +group = $pool listen = /run/php/php-fpm-$pool.sock ;listen.backlog = 65535 listen.owner = $pool