Wordpress Plugin Installation - Failed to connect to FTP Server - Safest Solution?

后端 未结 7 2136
别那么骄傲
别那么骄傲 2021-02-02 12:23

I succesfully set up a VPS LEMP-stack with Wordpress. When I am trying to install plugins from the WP backend, I am prompted with the following message:

To perfo         


        
7条回答
  •  误落风尘
    2021-02-02 13:06

    sudo chown -R www-data:www-data wp_site_root
    sudo chmod -R g+rw wp_site_root
    

    solved my problem.

提交回复
热议问题