I have a user didongo (user & group didongo), and the nginx server (user & group www-data). I\'ve setup Capifony to login as <
didongo
www-data
Try this once with sudo and after you will no need to use sudo
sudo sh -c 'setfacl -R -m u:didongo:rwX -m u:www-data:rwX /home/didongo/staging/shared/app/logs'
Because you need to set x+ permissions, read this What is trailing Plus indicates
x+