Skip to content

Instantly share code, notes, and snippets.

@Kennyl
Created March 12, 2017 11:03
Show Gist options
  • Save Kennyl/0c5937c0712354e55c693ff8b2864201 to your computer and use it in GitHub Desktop.
Save Kennyl/0c5937c0712354e55c693ff8b2864201 to your computer and use it in GitHub Desktop.
WordPress SELinux
sudo chcon -R -v -t httpd_sys_content_t www/
sudo chcon -R -v -t httpd_sys_rw_content_t www/wp-content/plugins/ www/wp-content/themes/ www/wp-content/upgrade/ www/wp-content/uploads/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment