diff options
Diffstat (limited to 'res')
| -rw-r--r-- | res/etc/rhizi-server.conf.example | 2 | ||||
| -rw-r--r-- | res/rz-mux/rhizi-conf-template.d/rhizi-server.conf.jinja | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/etc/rhizi-server.conf.example b/res/etc/rhizi-server.conf.example index 09eb9b7f..e18c72d0 100644 --- a/res/etc/rhizi-server.conf.example +++ b/res/etc/rhizi-server.conf.example @@ -8,7 +8,7 @@ # General # #root_path = -#template.d_path +#template_d_path 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 f6a234cd..77c25dcb 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,7 +8,7 @@ # General # root_path = {{ root_path }} -template.d_path = {{ template_d_path }} +template_d_path = {{ template_d_path }} development_mode = True static_url_path = /static |
