Skip to content

Instantly share code, notes, and snippets.

@terdelyi
Last active July 11, 2018 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terdelyi/0891fdb07783e355540410a888f007e0 to your computer and use it in GitHub Desktop.
Save terdelyi/0891fdb07783e355540410a888f007e0 to your computer and use it in GitHub Desktop.
CraftCMS3 - Fixing default directory permissions
sudo chgrp -R www-data storage public/cpresources public/uploads
sudo chmod -R ug+rwx storage public/cpresources public/uploads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment