Hi there.
My problem is a bit different. FPM works only if I use NOBODY socket, I have no USER.sock file created along with the new accounts. I can create USER.sock file manually, but not sure what kind of permissions should i set, my current attempts did not bring any good results. Any idea how to solve it, or what to do, to create individual sockets for each user I've got with CWP.
<IfModule proxy_fcgi_module>
<FilesMatch \.php$>
SetHandler "proxy:unix:/opt/alt/php-fpm72/usr/var/sockets/NOBODY.sock|fcgi://localhost/"
</FilesMatch>
</IfModule>