diff --git a/service/files/local_settings.j2 b/service/files/local_settings.j2 index 1728f59..bf00e07 100644 --- a/service/files/local_settings.j2 +++ b/service/files/local_settings.j2 @@ -35,7 +35,7 @@ WEBROOT = '/' # and don't forget to strip it from the client's request. # For more information see: # https://docs.djangoproject.com/en/1.8/ref/settings/#secure-proxy-ssl-header -#SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') +SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https') # If Horizon is being served through SSL, then uncomment the following two # settings to better secure the cookies from security exploits