Skip to content

Commit

Permalink
BUG Fix documentation for permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
flamerohr committed Oct 18, 2017
1 parent 3e9dc5c commit 5e34993
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ If you are running on a server instance where users other than the webserver use
read / write access to files in the assets folder, then you will need to adjust the
permissions of the filesystem to a more permissive setting.

By default private files and `.htaccess` are written with permission `0600`.
By default private files and `.htaccess` are written with permission `0644`.
You could enable other users to access these files with the below config.
Note: Please adjust the values below to those appropriate for your server configuration:
Note: Please adjust the values below to those appropriate for your server configuration.
You may require `0666` for combined files generated during requests where they are cleared or refreshed only during a flush.

*mysite/_config/assetperms.yml*

Expand Down

0 comments on commit 5e34993

Please sign in to comment.