Blockerbugs: Tell flask that we're behind proxy
This commit is contained in:
parent
442fd1b92d
commit
ba43f7c3b3
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ PREFERRED_URL_SCHEME='https'
|
||||||
# Make browsers send session cookie only via HTTPS
|
# Make browsers send session cookie only via HTTPS
|
||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
|
|
||||||
|
# Tell flask that we're behind proxy
|
||||||
|
BEHIND_PROXY = True
|
||||||
|
|
||||||
# enable fedmenu
|
# enable fedmenu
|
||||||
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/'
|
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/'
|
||||||
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
|
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue