LoginSignup
0
0

More than 5 years have passed since last update.

tutum/wordpressでwordpressをアップグレードする

Last updated at Posted at 2016-05-07
# find /var/www/html/ -type d -exec chmod 750 {} \;
# find /var/www/html/ -type f -exec chmod 640 {} \;
# chown -R www-data:www-data /var/www/html/wp/

とりあえず、wp-content以下がwww-dataとなっていたのでそれに習った

権限設定の参考
WordPressディレクトリのパーミッションをセキュアに | VPSサーバーでWebサイト公開 備忘録 ~Linux、MySQLからAJAXまで

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0