I want use droplets to host multiple domains/sites, this is easy to do using virtual hosts, but how limit website X access files from directory of website Y?
In my droplet (testing), I have something like
/var/www/websiteX.com
/var/www/websiteY.com
/var/www/websiteZ.com
All working fine, but this websites using WordPress as CMS, so, users can install plugins and this is a problem, "deny access to directory of other website"...
I don't want give FTP/SSH access to each website.