New domain sub folders permission denied

Latest hestia cp with ubuntu20x
I just created new domain with simple php/mysql site.
after created, the subfolders permission denied on browser causing the site down.

-Only able to access the files on domain->root directory.

  • I ran "chown -R [myuser:myuser] /home/[myuser]/web/mydomain.com/public_html/*
  • No errors but still subfolder are permission denied on browser.
  • my logged in as root & checked the file structures. FOLDER->754, FILES->644 to my [USER 1001]
  • No SSL, No htaccess
  • Existing domains all works well, except this new domain
  • Even i just place a ’ dummy.css '- denied if it inside subfolder
  • my logged in as root & checked the file structures. FOLDER->754, FILES->644 to my [USER 1001]

Make sure the group permissions are good. If possible upload with sftp or unpack as the user instead of root user

I logged in as MYUSER via filezilla FTP.
created new folder via FTP
created dummy.html via FTP
still denied

Permissions should never been:

USER:1001

But always user:user

sorry, i meant MYUSER ID is 1001 (for linux format)

So my user permission screen shows as 1001:1001

oops, via FTP…
-If i set folder permission to 0755 RECURSIVELY, then the site works.
Thank you for your quick response on always. Thank you