Piki wrote:
Just started running the permissions system in Linux through my head, and something I just thought of: If I change the group on the files for the other site and I leave the user set to my nginx user, would this mess with nginx's ability to correctly serve the site? If not, I can easily add the people for the other project to said group and give their group rwx permissions for their site.
That should work just fine.
The more common way I've see it done is the opposite of that, user owns the files and the web server user has group access. However, it sounds like you have multiple users, so your proposal makes sense.