From 6d074b4c908d6ba10e0397302ed55ed07742313a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 20 Jul 2017 19:52:39 +0200 Subject: [PATCH] doc: fix bullet list formatting https://shaarli.readthedocs.io/en/master/Shaarli-configuration/ --- doc/md/Shaarli-configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/md/Shaarli-configuration.md b/doc/md/Shaarli-configuration.md index 933f524..0c60545 100644 --- a/doc/md/Shaarli-configuration.md +++ b/doc/md/Shaarli-configuration.md @@ -11,6 +11,7 @@ Once your Shaarli instance is installed, the file `data/config.json.php` is gene ## File and directory permissions The server process running Shaarli must have: + - `read` access to the following resources: - PHP scripts: `index.php`, `application/*.php`, `plugins/*.php` - 3rd party PHP and Javascript libraries: `inc/*.php`, `inc/*.js` @@ -25,6 +26,7 @@ The server process running Shaarli must have: - `tmp` - RainTPL page cache On a Linux distribution: + - the web server user will likely be `www` or `http` (for Apache2) - it will be a member of a group of the same name: `www:www`, `http:http` - to give it access to Shaarli, either: