diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/admins/06_LinuxInstall.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/en/admins/06_LinuxInstall.md b/docs/en/admins/06_LinuxInstall.md index 1af041efe..95369691e 100644 --- a/docs/en/admins/06_LinuxInstall.md +++ b/docs/en/admins/06_LinuxInstall.md @@ -84,10 +84,13 @@ cd FreshRSS sudo cli/access-permissions.sh ``` -Optional: If you would like to allow updates from the Web interface, set write permissions +Optional: If you would like to allow updates from the Web interface, set write permissions (reduces slightly the security) ```sh -chmod -R g+w . +# Debian +chown www-data:www-data -R . +# Alpine +chown apache:www-data -R . ``` Finally, symlink the public folder to the root of your web directory |
