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