Enable plugin installs without FTP with user from same group as Nginx/PHP-fpm
WordPress specifically checks that the fileowner of the files it creates are identical to the value returned by getmyuid. Meaning that if it creates files using a different owner than the owner of the WordPress files themselves, it won’t use the “direct” mode. Same group is not enough. The files WordPress writes must have the … Read more