comparison doc/configuration.rst @ 3022:03fe31effa7f

doc: some corrections: - added missing `tls_private_key` value in configuration sample - added a label for `installation` - removed useless repetition of "Salut à Toi" in overview title - changed text for jp and primitivus documentations links - use a better may to indicate keyboard shortcuts in Primitivus
author Goffi <goffi@goffi.org>
date Wed, 24 Jul 2019 07:51:07 +0200
parents 8ec35cf13f66
children 72583524cfd3
comparison
equal deleted inserted replaced
3021:8ec35cf13f66 3022:03fe31effa7f
136 port_https_ext = 443 136 port_https_ext = 443
137 ; TLS public certificate or private key 137 ; TLS public certificate or private key
138 ; and public certificate combined (PEM format) 138 ; and public certificate combined (PEM format)
139 tls_certificate = libervia.pem 139 tls_certificate = libervia.pem
140 ; TLS certificate private key (PEM format) 140 ; TLS certificate private key (PEM format)
141 tls_private_key 141 tls_private_key = libervia-key.pem
142 ; if true (or 1), HTTP will redirect to HTTPS 142 ; if true (or 1), HTTP will redirect to HTTPS
143 redirect_to_https = 1 143 redirect_to_https = 1
144 ; passphrase for libervia profile 144 ; passphrase for libervia profile
145 passphrase = something_secure 145 passphrase = something_secure
146 ; here we redirect main libervia page 146 ; here we redirect main libervia page