From 849e0864c5d9693287423e0a76383bc425671db9 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Tue, 5 Jul 2022 00:07:48 +0200 Subject: [PATCH] Update default_settings --- storage/backups/default_settings | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/storage/backups/default_settings b/storage/backups/default_settings index d38173e..2d6b0cf 100644 --- a/storage/backups/default_settings +++ b/storage/backups/default_settings @@ -76,4 +76,6 @@ SKIP_UPDATE_BACKUP=false #=You can read more about this config at https://llc.bio/advanced-config. CUSTOM_META_TAGS=false -FORCE_HTTPS=false \ No newline at end of file +#=FORCE_HTTPS either true or false. Used to redirect any request to HTTPS. +#=Note that this will only affect port 443 if you are using the docker image. +FORCE_HTTPS=true \ No newline at end of file