aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-12-29 13:36:43 +0100
committerGravatar GitHub <noreply@github.com> 2023-12-29 13:36:43 +0100
commit386c98244334d03078c574eb7fab68f28b481ea7 (patch)
treea5c3eabad2a717e6c0c7ba5af957b28005d5ed59 /docs
parent39952f57fb57e72b26c8f2ae5997d81291803d6f (diff)
Doc Web git update (#5995)
https://github.com/FreshRSS/FreshRSS/discussions/5991
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/06_LinuxInstall.md7
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