Created
June 8, 2016 22:52
-
-
Save shtrih/9cc3921e118b2f415d6586f8cea3bbb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type d -exec chmod 0755 {} \; | |
find . -type f -exec chmod 0644 {} \; | |
chown -R baka-user:www-data wp-content/uploads/ | |
chmod -R 0775 wp-content/uploads/ | |
chown baka-user:www-data wp-config.php | |
chmod 0640 wp-config.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment