diff --git a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 index ea9da6d6b1..b387e78709 100644 --- a/roles/blockerbugs/templates/blockerbugs-settings.py.j2 +++ b/roles/blockerbugs/templates/blockerbugs-settings.py.j2 @@ -23,6 +23,9 @@ PREFERRED_URL_SCHEME='https' # Make browsers send session cookie only via HTTPS SESSION_COOKIE_SECURE = True +# Tell flask that we're behind proxy +BEHIND_PROXY = True + # enable fedmenu FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/' FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'