From 492ddadea01df7a0e27f70640b60f85c3d2e079a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 4 Mar 2021 10:06:40 +0100
Subject: [PATCH] DOC: added hint on context root

---
 conf/core/server.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/core/server.conf b/conf/core/server.conf
index 8922d19c..c9151888 100644
--- a/conf/core/server.conf
+++ b/conf/core/server.conf
@@ -75,7 +75,7 @@ MYSQL_SCHEMA_VERSION=v4.0.0
 # Server options
 # --------------------------------------------------
 # The context root is a prefix which allows running multiple instances of CaosDB using the same
-# hostname and port.
+# hostname and port. Must start with "/".
 CONTEXT_ROOT=
 # HTTPS port of this server instance.
 SERVER_PORT_HTTPS=443
-- 
GitLab