Skip to content

Instantly share code, notes, and snippets.

@deenoize
Created June 1, 2016 13:09
Show Gist options
  • Save deenoize/8a30cadd7631e2f6aa04c92655bf3cc8 to your computer and use it in GitHub Desktop.
Save deenoize/8a30cadd7631e2f6aa04c92655bf3cc8 to your computer and use it in GitHub Desktop.
WP permissions
sudo chown www-data:www-data -R tabootaboo.ru
sudo find . -type f -exec chmod 664 {} +
sudo find . -type d -exec chmod 775 {} +
sudo chmod 660 wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment