Another simple commande to remove SELinux file attributes which are causing sometimes trouble with different servers:
find myfolder -exec setfattr -x security.selinux {} \;
Should there be some errors about setfattr install the attr package on CentOS.