Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created March 31, 2018 04:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/0f469a5acfd6c7b9def5b76be5fb03c2 to your computer and use it in GitHub Desktop.
Save luandevpro/0f469a5acfd6c7b9def5b76be5fb03c2 to your computer and use it in GitHub Desktop.
WordPress
sudo chown -R sammy: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