How to securely have many to many users on virtual hosts How to securely have many to many users on virtual hosts nginx nginx

How to securely have many to many users on virtual hosts


You can create a new group for each virtual host and add www-data and other granted users to this. Then set that group as the owner of your files (chown). With specifying an appropriate permission (like 775) you will be there.