From 1d226f552b95caf93065b97e5fbff336d794d194 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Mon, 16 Nov 2020 19:59:30 -0500 Subject: [PATCH] Adding @caveman99's doc --- docs/_docs/reverse-proxy.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/_docs/reverse-proxy.md b/docs/_docs/reverse-proxy.md index e5a039a8e..428714b07 100644 --- a/docs/_docs/reverse-proxy.md +++ b/docs/_docs/reverse-proxy.md @@ -115,4 +115,13 @@ https://libretime.example.com http://libretime.example.com https://localhost http://localhost -``` \ No newline at end of file +``` + +Finally, the configuration file needs updating. Under `[general]`, `force_ssl` +needs to be set to true: + +``` +[general] +... +force_ssl = true +```