Last active
August 29, 2015 14:20
-
-
Save a-ast/10e9810ed591f1124497 to your computer and use it in GitHub Desktop.
Symfony/eZPublish: Set permissions for project files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set permissions for project files | |
| sudo setfacl -R -m u:www-data:rwX -m u:`whoami`:rwX /var/www/project/ | |
| sudo setfacl -dR -m u:www-data:rwX -m u:`whoami`:rwX /var/www/project/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment