Set the APPLICATION_ROOT for nuancier
This commit is contained in:
parent
ef16bd5edf
commit
d20638cbda
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ PREFERRED_URL_SCHEME='https'
|
|||
# Make browsers send session cookie only via HTTPS
|
||||
SESSION_COOKIE_SECURE = True
|
||||
|
||||
# Used by SESSION_COOKIE_PATH
|
||||
APPLICATION_ROOT = '/nuancier/'
|
||||
|
||||
# dogpile.cache configuration to work with memcached
|
||||
NUANCIER_CACHE_BACKEND = 'dogpile.cache.memcached'
|
||||
NUANCIER_CACHE_KWARGS = {'arguments' : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue