mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Blockerbugs: Tell flask that we're behind proxy
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user