Nginx / PHP-FPM - Same User / Group?

Nginx just needs execute access to the files. I run PHP-FPM with multiple accounts per server and I give access to Nginx using:

Code:
setfacl -m u:www:x:allow /home/user
 
Back
Top