diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 1 | ||||
| -rw-r--r-- | res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index c96b62ef..73181645 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -9,6 +9,7 @@ # #root_path = #template_d_path +template_d_relpath = fragment.d/template.d development_mode = True 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 18084f50..2569a661 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,7 @@ # General # root_path = {{ root_path }} -template_d_path = {{ template_d_path }} +template_d_relpath = fragment.d/template.d development_mode = True static_url_path = /static |
