Missing indentation in the configuration.
This commit is contained in:
parent
c55433e081
commit
21a9a631df
|
@ -10,7 +10,7 @@ proxy:
|
|||
{% else %}
|
||||
bind-address: {{ shinyproxy_bind_address }}
|
||||
{% endif %}
|
||||
port: {{ shinyproxy_http_port }}
|
||||
port: {{ shinyproxy_http_port }}
|
||||
hide-navbar: {{ shinyproxy_hide_navbar }}
|
||||
{% if shinyproxy_custom_template %}
|
||||
template-path: {{ shinyproxy_template_path }}
|
||||
|
|
Loading…
Reference in New Issue