diff options
| -rw-r--r-- | res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
