Skip to content

Fix sitewide permissions on files / folders #59

Description

@stefgosselin

Set permissions:

#  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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions