diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 94231a65f8..4b089b60f1 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -24,6 +24,8 @@ PERSONA_DOMAIN = 'fedoraproject.org' PERSONA_ISSUER = 'id.fedoraproject.org' PERSONA_PRIVATE_KEY_PATH = '/etc/fedoauth/persona.key' {% endif %} +# This needs to be disabled because we use reverse proxies +COOKIE_CHECK_REMOTE_ADDR = False COOKIE_SECURE = True # Modules to use