[3.1] site created files owned by :www-data (PHP web.conf doesn't point to client group)
Testing a backup wordpress plugin I noticed the backup files group ownership is incorrectly owned by www-data instead of client(n). Further investigation indicates this isn't limited to the one site/vhost.
Could this have something to do with things? The following is the first few lines of /etc/php/7.0/fpm/pool.d/web43.conf
.
[web43]
listen = /var/lib/php7.0-fpm/web43.sock
listen.owner = web43
listen.group = www-data
listen.mode = 0660
user = web43
group = www-data