From 6efcb589944236f7bc501514609285fd0a927420 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 10 May 2015 21:35:28 +0300 Subject: rz-mux: rhizi-server.conf.jinja: use absolute fragment.d template.d paths --- res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 2569a661..eda16fff 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 @@ -10,7 +10,8 @@ # General # root_path = {{ root_path }} -template_d_relpath = fragment.d/template.d +fragment_d_path = /fragment.d +template_d_path = /fragment.d/template.d development_mode = True static_url_path = /static -- cgit v1.3.1