Skip to content

Instantly share code, notes, and snippets.

@yasuken1990
Last active August 11, 2018 08:55
Show Gist options
  • Save yasuken1990/eb1890f440ee2d54508759f2736fb612 to your computer and use it in GitHub Desktop.
Save yasuken1990/eb1890f440ee2d54508759f2736fb612 to your computer and use it in GitHub Desktop.
WordPress更新 FTP/FTPS 無効化 ref: https://qiita.com/yasuken/items/f712b47e7d8392b1e1a0
$ vim /etc/apache2/envvars
// www-data というのを確認
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data
// example DocumentRoot /var/www/wordpress
$ sudo chown -R www-data.www-data /var/www/wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment