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