diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -66,7 +66,10 @@ index_dir = %(here)s/data/index app_instance_uuid = ${app_instance_uuid} cut_off_limit = 256000 vcs_full_cache = True +# force https in RhodeCode, fixes https redirects, assumes it's always https force_https = false +# use Strict-Transport-Security headers +use_htsts = false commit_parse_limit = 50 # number of items displayed in lightweight dashboard before paginating dashboard_items = 100