Last active
July 11, 2018 09:14
-
-
Save terdelyi/0891fdb07783e355540410a888f007e0 to your computer and use it in GitHub Desktop.
CraftCMS3 - Fixing default directory permissions
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
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