Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save a-ast/10e9810ed591f1124497 to your computer and use it in GitHub Desktop.

Select an option

Save a-ast/10e9810ed591f1124497 to your computer and use it in GitHub Desktop.
Symfony/eZPublish: Set permissions for project files
# 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