diff options
author | nodiscc <nodiscc@gmail.com> | 2020-08-15 19:38:18 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-12 14:31:45 +0200 |
commit | 1aeefe108861e5e01c6a1067935b00d24e606dd5 (patch) | |
tree | d5c72bb2c3e98236c8f4170a2832ddaa6b4f9141 /doc | |
parent | e0fe33f90ba0bfedc50ba79982833e10c7e6c4a4 (diff) | |
download | Shaarli-1aeefe108861e5e01c6a1067935b00d24e606dd5.tar.gz Shaarli-1aeefe108861e5e01c6a1067935b00d24e606dd5.tar.zst Shaarli-1aeefe108861e5e01c6a1067935b00d24e606dd5.zip |
doc: server configuration: formatting/add comment
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 | ||