From d93b598fe24e371cceff98d0fe9c9dc956a44d23 Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Mon, 28 Sep 2020 15:02:27 +0200 Subject: [PATCH] add docs for force_ssl config --- docs/install.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install.md b/docs/install.md index a29a569dc..69c168e88 100644 --- a/docs/install.md +++ b/docs/install.md @@ -228,6 +228,15 @@ https://localhost http://localhost ``` +Finally, the configuration file needs updating. Under `[general]`, `force_ssl` +needs to be set to true: + +``` +[general] +... +force_ssl = true +``` + --- ## Host Configuration