diff options
author | nodiscc <nodiscc@gmail.com> | 2017-07-20 19:52:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 19:52:39 +0200 |
commit | 6d074b4c908d6ba10e0397302ed55ed07742313a (patch) | |
tree | 8ebb8ed2c2cb9d3bf165760a96964ac682049f4a | |
parent | 96f70777f77a4e30ebc95bd2bf2e11371afbbbab (diff) | |
download | Shaarli-6d074b4c908d6ba10e0397302ed55ed07742313a.tar.gz Shaarli-6d074b4c908d6ba10e0397302ed55ed07742313a.tar.zst Shaarli-6d074b4c908d6ba10e0397302ed55ed07742313a.zip |
doc: fix bullet list formatting
https://shaarli.readthedocs.io/en/master/Shaarli-configuration/
-rw-r--r-- | doc/md/Shaarli-configuration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/md/Shaarli-configuration.md b/doc/md/Shaarli-configuration.md index 933f5245..0c605459 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 | |||
11 | ## File and directory permissions | 11 | ## File and directory permissions |
12 | 12 | ||
13 | The server process running Shaarli must have: | 13 | The server process running Shaarli must have: |
14 | |||
14 | - `read` access to the following resources: | 15 | - `read` access to the following resources: |
15 | - PHP scripts: `index.php`, `application/*.php`, `plugins/*.php` | 16 | - PHP scripts: `index.php`, `application/*.php`, `plugins/*.php` |
16 | - 3rd party PHP and Javascript libraries: `inc/*.php`, `inc/*.js` | 17 | - 3rd party PHP and Javascript libraries: `inc/*.php`, `inc/*.js` |
@@ -25,6 +26,7 @@ The server process running Shaarli must have: | |||
25 | - `tmp` - RainTPL page cache | 26 | - `tmp` - RainTPL page cache |
26 | 27 | ||
27 | On a Linux distribution: | 28 | On a Linux distribution: |
29 | |||
28 | - the web server user will likely be `www` or `http` (for Apache2) | 30 | - the web server user will likely be `www` or `http` (for Apache2) |
29 | - it will be a member of a group of the same name: `www:www`, `http:http` | 31 | - it will be a member of a group of the same name: `www:www`, `http:http` |
30 | - to give it access to Shaarli, either: | 32 | - to give it access to Shaarli, either: |