aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Server-configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md/Server-configuration.md')
-rw-r--r--doc/md/Server-configuration.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md
index f14be7f3..4164980b 100644
--- a/doc/md/Server-configuration.md
+++ b/doc/md/Server-configuration.md
@@ -96,11 +96,10 @@ If you don't want to rely on a certificate authority, or the server can only be
96 96
97## Examples 97## Examples
98 98
99The following examples assume a Debian-based operating system is installed. On other distributions you may have to adapt details such as package installation procedures, configuration file locations, and webserver username/group (`www-data` or `httpd` are common values). 99The following examples assume a Debian-based operating system is installed. On other distributions you may have to adapt details such as package installation procedures, configuration file locations, and webserver username/group (`www-data` or `httpd` are common values). In these examples we assume the document root for your web server/virtualhost is at `/var/www/shaarli.mydomain.org/`:
100
101In these examples we assume the document root for your web server/virtualhost is at `/var/www/shaarli.mydomain.org/`:
102 100
103```bash 101```bash
102# create the document root
104sudo mkdir -p /var/www/shaarli.mydomain.org/ 103sudo mkdir -p /var/www/shaarli.mydomain.org/
105``` 104```
106 105