From ef16bd5edf4bdad5f4820bce672d80d3485b1bdb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Feb 2015 17:47:53 +0100 Subject: [PATCH] Set the APPLICATION_ROOT for elections --- roles/elections/templates/fedora-elections.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/elections/templates/fedora-elections.cfg b/roles/elections/templates/fedora-elections.cfg index 96dceded15..d01f146d00 100644 --- a/roles/elections/templates/fedora-elections.cfg +++ b/roles/elections/templates/fedora-elections.cfg @@ -34,6 +34,9 @@ PREFERRED_URL_SCHEME='https' # Make browsers send session cookie only via HTTPS SESSION_COOKIE_SECURE = True +# Used by SESSION_COOKIE_PATH +APPLICATION_ROOT = '/voting/' + DOGPILE_CACHE = { 'backend': 'dogpile.cache.memcached', 'arguments': {