diff options
author | nodiscc <nodiscc@gmail.com> | 2020-05-18 21:04:55 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-12 14:31:45 +0200 |
commit | a32e6665d0516f0ee1958be39ed2c8f0a0389e50 (patch) | |
tree | d06c856f5054f6cf81615d7febd856ded0082f7a /doc | |
parent | fe007f94e477c40e715269791c0014c18d91d9da (diff) | |
download | Shaarli-a32e6665d0516f0ee1958be39ed2c8f0a0389e50.tar.gz Shaarli-a32e6665d0516f0ee1958be39ed2c8f0a0389e50.tar.zst Shaarli-a32e6665d0516f0ee1958be39ed2c8f0a0389e50.zip |
formatting/emphasis
Diffstat (limited to 'doc')
-rw-r--r-- | doc/md/Server-configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 5c45942c..1c14e1a6 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -16,7 +16,7 @@ Examples in this documentation are given for [Debian](https://www.debian.org/), | |||
16 | 16 | ||
17 | Try to host the server in a region that is geographically close to your users. | 17 | Try to host the server in a region that is geographically close to your users. |
18 | 18 | ||
19 | A domain name ([DNS record](https://opensource.com/article/17/4/introduction-domain-name-system-dns)) pointing to the server's public IP address is required to obtain a SSL/TLS certificate and setup HTTPS to secure client traffic to your Shaarli instance. | 19 | A **domain name** ([DNS record](https://opensource.com/article/17/4/introduction-domain-name-system-dns)) pointing to the server's public IP address is required to obtain a SSL/TLS certificate and setup HTTPS to secure client traffic to your Shaarli instance. |
20 | 20 | ||
21 | You can obtain a domain name from a [registrar](https://en.wikipedia.org/wiki/Domain_name_registrar) ([1](https://www.ovh.co.uk/domains), [2](https://www.gandi.net/en/domain)), or from free subdomain providers ([1](https://freedns.afraid.org/)). If you don't have a domain name, please set up a private domain name ([FQDN](ttps://en.wikipedia.org/wiki/Fully_qualified_domain_name) in your clients' [hosts files](https://en.wikipedia.org/wiki/Hosts_(file)) to access the server (direct access by IP address can result in unexpected behavior). | 21 | You can obtain a domain name from a [registrar](https://en.wikipedia.org/wiki/Domain_name_registrar) ([1](https://www.ovh.co.uk/domains), [2](https://www.gandi.net/en/domain)), or from free subdomain providers ([1](https://freedns.afraid.org/)). If you don't have a domain name, please set up a private domain name ([FQDN](ttps://en.wikipedia.org/wiki/Fully_qualified_domain_name) in your clients' [hosts files](https://en.wikipedia.org/wiki/Hosts_(file)) to access the server (direct access by IP address can result in unexpected behavior). |
22 | 22 | ||