You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Sets all directories 775, files 664
# - this could be 755 and 644 for tighter permissions
find . -type d -exec chmod 0775 {} \; && find . -type f -exec chmod 0664 {} \;
Maybe set app/cache and app/logs to 0777 (though 775 can be fine).
The text was updated successfully, but these errors were encountered:
Set permissions:
The text was updated successfully, but these errors were encountered: