From 386c98244334d03078c574eb7fab68f28b481ea7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 29 Dec 2023 13:36:43 +0100 Subject: Doc Web git update (#5995) https://github.com/FreshRSS/FreshRSS/discussions/5991 --- docs/en/admins/06_LinuxInstall.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3