diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Server-configuration.md | 5 |
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 | ||
99 | The 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). | 99 | The 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 | |||
101 | In 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 | ||
104 | sudo mkdir -p /var/www/shaarli.mydomain.org/ | 103 | sudo mkdir -p /var/www/shaarli.mydomain.org/ |
105 | ``` | 104 | ``` |
106 | 105 | ||