summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-03 19:27:28 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-05 19:04:32 +0300
commit445fe50c6bec016724da97cd3f8c35535e02c3a8 (patch)
treeee0d273eae89c7f60a5f24f4c3d9e79fadb06a93 /res
parent4b77ba7125e202f112349901dd621ce287e4ad8f (diff)
rz_config: template.d_path
Diffstat (limited to 'res')
-rw-r--r--res/etc/rhizi-server.conf.example4
-rw-r--r--res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja1
2 files changed, 4 insertions, 1 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example
index c5c14532..09eb9b7f 100644
--- a/res/etc/rhizi-server.conf.example
+++ b/res/etc/rhizi-server.conf.example
@@ -7,8 +7,10 @@
# -----------------------------------------------------------------------------
# General
#
+#root_path =
+#template.d_path
+
development_mode = True
-#root_path = .
static_url_path = /static
# -----------------------------------------------------------------------------
diff --git a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja
index e36fec9f..f6a234cd 100644
--- a/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja
+++ b/res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja
@@ -8,6 +8,7 @@
# General
#
root_path = {{ root_path }}
+template.d_path = {{ template_d_path }}
development_mode = True
static_url_path = /static