{"id":1003,"date":"2016-12-10T12:39:08","date_gmt":"2016-12-10T18:39:08","guid":{"rendered":"http:\/\/blog.ls-al.com\/?p=1003"},"modified":"2016-12-10T12:39:08","modified_gmt":"2016-12-10T18:39:08","slug":"wordpress-updates-nginx-and-php-fm","status":"publish","type":"post","link":"https:\/\/blog.ls-al.com\/wordpress-updates-nginx-and-php-fm\/","title":{"rendered":"WordPress updates nginx and php-fm"},"content":{"rendered":"
I recently changed to php7 and some time later I realized updates is not working. Prompts for ftp permissions. This fixed it for me.<\/p>\n
\r\n# diff \/etc\/php-fpm-7.0.d\/www.conf \/tmp\/www.conf \r\n24c24\r\n< user = nginx\r\n---\r\n> user = apache\r\n26c26\r\n< group = nginx\r\n---\r\n> group = apache\r\n\r\n# service php-fpm restart\r\nStopping php-fpm-7.0: [ OK ]\r\nStarting php-fpm-7.0: [ OK ]\r\n<\/pre>\nProbably don't need below if above is correct.<\/p>\n
\r\n# tail -1 \/sites1\/blog\/web\/wp-config.php\r\ndefine('FS_METHOD', 'direct');\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"I recently changed to php7 and some time later I realized updates is not working. Prompts for ftp permissions. This<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19,70],"tags":[],"class_list":["post-1003","post","type-post","status-publish","format-standard","hentry","category-php","category-wordpress"],"_links":{"self":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/comments?post=1003"}],"version-history":[{"count":0,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/posts\/1003\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/media?parent=1003"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/categories?post=1003"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ls-al.com\/wp-json\/wp\/v2\/tags?post=1003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}