I recently changed to php7 and some time later I realized updates is not working. Prompts for ftp permissions. This fixed it for me.
# diff /etc/php-fpm-7.0.d/www.conf /tmp/www.conf24c24< user = nginx---> user = apache26c26< group = nginx---> group = apache
# service php-fpm restartStopping php-fpm-7.0: [ OK ]Starting php-fpm-7.0: [ OK ]Probably don”t need below if above is correct.
# tail -1 /sites1/blog/web/wp-config.phpdefine('FS_METHOD', 'direct');