Rename all cookies to be instance-independent (Requires relogin) - fixes #94
Change-Id: Icd8b58e4b6fbd99a93ee6972485ef77786b5764c
diff --git a/kalamar.conf b/kalamar.conf
index 6e61b15..a9d78b9 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -39,6 +39,9 @@
## Backend API version
# api_version => '1.0',
+ ## Run the application in a subfolder behind a proxy:
+ # proxy_prefix => '/korap',
+
## The name of the base corpus,
## for query examples (see kalamar.queries.dict)
# examplecorpus => 'dereko',
@@ -48,6 +51,9 @@
# plugins => [],
## Currently bundled: Piwik, Auth
+ ## Require everything to be send via https only:
+ # https_only => 1,
+
## Add experimental features:
# experimental_proxy => 1,
},