Ownership for website files and folders in Hestia Control Panel

ownership for website files and folders in Hestia Control Panel admin:admin or admin:www-data. i have set admin:www-data what is the recommended ownership of all files and directories

public_html → user:www-data
all files below (public_html/*) → user:user

so basicly:

chown user:user public_html -R
chown user:www-data public_html
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.