#212 Blockerbugs: Tell flask that we're behind proxy
Merged 3 years ago by frantisekz. Opened 3 years ago by frantisekz.
fedora-infra/ frantisekz/ansible blockerbugs_proxy  into  master

@@ -23,6 +23,9 @@ 

  # 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'

no initial comment

Pull-Request has been merged by frantisekz

3 years ago