diff docs/setup.rst @ 8883:fb40978c1afb

docs: clarify that force_https trumps anything else
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 17 May 2021 16:59:06 +0200
parents 20e850093f1c
children 883a0c6c425f
line wrap: on
line diff
--- a/docs/setup.rst	Wed May 12 12:01:54 2021 +0200
+++ b/docs/setup.rst	Mon May 17 16:59:06 2021 +0200
@@ -417,7 +417,7 @@
 - With ``https_fixup = true``, the scheme will be taken from the
   ``X-Url-Scheme``, ``X-Forwarded-Scheme`` or ``X-Forwarded-Proto`` HTTP header
   (default ``http``).
-- With ``force_https = true`` the default will be ``https``.
+- With ``force_https = true``, the scheme will be seen as ``https``.
 - With ``use_htsts = true``, Kallithea will set ``Strict-Transport-Security`` when using https.
 
 .. _nginx_virtual_host: