diff --git a/wsgi.conf b/wsgi.conf index 956ff0040..0ab627d81 100644 --- a/wsgi.conf +++ b/wsgi.conf @@ -6,6 +6,8 @@ WSGIRestrictEmbedded On +SetEnvIf X-Forwarded-Proto https HTTPS=1 + Alias /static /opt/python/current/app/static/ Order allow,deny