Skip to content

Instantly share code, notes, and snippets.

@florianajir
Created September 7, 2018 17:16
Show Gist options
  • Save florianajir/78043e00602de6e2572eff0a9cf9c714 to your computer and use it in GitHub Desktop.
Save florianajir/78043e00602de6e2572eff0a9cf9c714 to your computer and use it in GitHub Desktop.
Fixing permission for symfony
sudo setfacl -R -m u:"apache":rwX -m u:`whoami`:rwX var/cache var/log
sudo setfacl -dR -m u:"apache":rwX -m u:`whoami`:rwX var/cache var/log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment