== Selinux == Make sure uploads are writable for apache, without allowing apache to write in regular content locations {{{ semanage fcontext -f "f" -a -t httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?' setsebool -P httpd_unified 0 }}}