You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a symfony application on my server. I want to set ACL on some directories to grant both ubuntu (deployer) and www-data (application) users.
The problem is that www-data create some files in those directories, making deploy:set_permissions:acl not working as ubuntu is not the owner of that files...
I wanted to know if it's possible to use deploy:set_permissions:acl with a sudo priviledge to ignore the file owner.
The text was updated successfully, but these errors were encountered:
Hi,
I've a symfony application on my server. I want to set ACL on some directories to grant both ubuntu (deployer) and www-data (application) users.
The problem is that www-data create some files in those directories, making
deploy:set_permissions:acl
not working as ubuntu is not the owner of that files...I wanted to know if it's possible to use
deploy:set_permissions:acl
with a sudo priviledge to ignore the file owner.The text was updated successfully, but these errors were encountered: