Is it possible to determine/create php pools for each site? I would like to run every site with custom users and groups and not all with www-data
like: ee site create mysite.com --wp --umyuserr:gmygroup
Then ee create the php-fpm .conf file and the user:group.
I'm doing this manually every time.