diff --git a/conf/template_settings.txt b/conf/template_settings.txt index 5f01c644d..8cf15d092 100644 --- a/conf/template_settings.txt +++ b/conf/template_settings.txt @@ -192,3 +192,6 @@ CRONTAB_COMMAND_SUFFIX = "2>&1" DEFAULT_AUTO_FIELD = "django.db.models.AutoField" DATA_UPLOAD_MAX_MEMORY_SIZE = 7000000 + +# Needed when using a proxy for https forwading +SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') \ No newline at end of file