hello,
after i create the website and upload the new file via file manager. it always set Permission (CHMOD) both file and folder is 755 and chown is root (not www). i always need login to ssh and fix chmod & chown to both file and folder to correct. hope you can make button to fix it via file manager.
cd /www/wwwroot/newwebsite/
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;
chown -R www:www *