Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Last active March 31, 2018 06:05
Show Gist options
  • Save luandevpro/d715dfebef1fdcb4b0f584daff29d3ee to your computer and use it in GitHub Desktop.
Save luandevpro/d715dfebef1fdcb4b0f584daff29d3ee to your computer and use it in GitHub Desktop.
WordPress
sudo chown -R luandevpro:www-data /var/www/html
sudo find /var/www/html -type d -exec chmod g+s {} \;
sudo chmod g+w /var/www/html/wp-content
sudo chmod -R g+w /var/www/html/wp-content/themes
sudo chmod -R g+w /var/www/html/wp-content/plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment