diff --git a/roles/fedocal/templates/fedocal.cfg b/roles/fedocal/templates/fedocal.cfg index b14b69b458..780f378875 100644 --- a/roles/fedocal/templates/fedocal.cfg +++ b/roles/fedocal/templates/fedocal.cfg @@ -38,6 +38,7 @@ SESSION_COOKIE_SECURE = True # Used by SESSION_COOKIE_PATH APPLICATION_ROOT = 'calendar/' +SESSION_COOKIE_PATH = 'calendar/' {% if env == 'staging' %} APP_URL = 'https://apps.stg.fedoraproject.org/' + APPLICATION_ROOT