php - How can I define linux user for different Wordpress sites on debian nginx server

one text

I have some wordpress sites deployed on my debian server exposed with nginx. I want to create a linux user per site but I don't know how to configure nginx and php to use each user for each site. Now It is using default www-data but I don't like this user to have access to all sites I have. How can I do this?

Thanks in advance.

Source