We often host multiple wordpress sites on the one trellis box which generally works well and means that we can have a box with more resources for them to share rather then each site having it’s own smaller instance.
The downside of this approach is that there is no isolation of users from one wordpress site to another.
I’m wondering if anyone has set trellis so it creates a seperate user and pool for each site. If not, does anyone see any downsides to doing this?
Here is a tutorial to do it manually from Digital Ocean: https://www.digitalocean.com/community/tutorials/how-to-host-multiple-websites-securely-with-nginx-and-php-fpm-on-ubuntu-14-04
If no one has done this with Ansible and Trellis then I’ll give it a go … unless there is some reason why it is a terrible idea