Fix cookie path for fedocal
This commit is contained in:
parent
5ff4d73139
commit
7bba6e4d1b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue