These two commands should help you fix your uploads folder for WordPress
semanage fcontext -a -t httpd_sys_rw_content_t "/webapps/wp-content/uploads(/.*)?"
restorecon -Rv /webapps
Here /webapps contains your WordPress files. Hope it helps!
These two commands should help you fix your uploads folder for WordPress
semanage fcontext -a -t httpd_sys_rw_content_t "/webapps/wp-content/uploads(/.*)?"
restorecon -Rv /webapps
Here /webapps contains your WordPress files. Hope it helps!